v4.0.2
🩹 [Patch]: Encode all PowerShell files using UTF8 with BOM (#20)
Description
This pull request introduces a minor change to the Planets.ps1 files in both srcTestRepo and srcWithManifestTestRepo. The only difference is the addition of a Unicode Byte Order Mark (BOM) at the beginning of each file, which does not affect the functionality of the scripts.
- Added a Unicode BOM to the start of
Planets.ps1in bothtests/srcTestRepo/src/variables/public/andtests/srcWithManifestTestRepo/src/variables/public/for encoding consistency.