Skip to content

v4.0.6

Choose a tag to compare

@github-actions github-actions released this 12 Oct 11:56
· 1 commit to main since this release
f84654d

🩹 [Patch]: Encode all PowerShell files using UTF8 with BOM (#118)

Description

This pull request makes a minor change to the Planets.ps1 files in both test repositories. The only update is the addition of a Unicode Byte Order Mark (BOM) at the beginning of each file to ensure proper encoding.

  • Added a Unicode BOM to the start of Planets.ps1 in both srcTestRepo and srcWithManifestTestRepo to enforce UTF-8 encoding.