v3.0.5
🩹 [Patch]: Encode all PowerShell files using UTF8 with BOM (#103)
Description
This pull request introduces a minor change to the Planets.ps1 files in two test repositories. The only modification is the addition of a Unicode Byte Order Mark (BOM) at the beginning of each file, which does not affect script functionality but may impact how some editors interpret file encoding.
- Added a BOM to the start of
tests/srcTestRepo/src/variables/public/Planets.ps1 - Added a BOM to the start of
tests/srcWithManifestTestRepo/src/variables/public/Planets.ps1