Skip to content

v5.3.1

Choose a tag to compare

@github-actions github-actions released this 12 Oct 12:29
· 6 commits to main since this release
eaf0f30

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

Description

This pull request updates several PowerShell script files across the project. The main change is the addition of a Unicode Byte Order Mark (BOM) at the beginning of each file, which can help ensure proper encoding and compatibility, especially on Windows systems. No functional code changes have been made.