Skip to content

v3.0.5

Choose a tag to compare

@github-actions github-actions released this 12 Oct 12:30
· 2 commits to main since this release
a4ca518

🩹 [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