Skip to content

v4.0.2

Choose a tag to compare

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

🩹 [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.ps1 in both tests/srcTestRepo/src/variables/public/ and tests/srcWithManifestTestRepo/src/variables/public/ for encoding consistency.