v4.0.6
🩹 [Patch]: Encode all PowerShell files using UTF8 with BOM (#118)
Description
This pull request makes a minor change to the Planets.ps1
files in both test repositories. The only update is the addition of a Unicode Byte Order Mark (BOM) at the beginning of each file to ensure proper encoding.
- Added a Unicode BOM to the start of
Planets.ps1
in bothsrcTestRepo
andsrcWithManifestTestRepo
to enforce UTF-8 encoding.