You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed JSON parser from PowerShell built-in cmdlets to PSAdvancedJsonCmdlet module.
This change improves handling for non-compliant JSON format. (e.g., JSON with comments) and consistency of behavior between PS 7 and PS 5.1.
The minimum supported version of PowerShell changed from 5.0 to 5.1.
The functions ConvertTo-IniString, Set-IniKey, Remove-IniKey accept not only [System.Collections.Specialized.OrderedDictionary] but also [hashtable] input types.
[IniFile] Add a blank line to the beginning of sections.
[IniFile] Improved performance when dealing with large files.