Skip to content
This repository was archived by the owner on Jul 16, 2026. It is now read-only.

v3.0.5

Choose a tag to compare

@github-actions github-actions released this 12 Oct 12:30
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