0.3.2 - 2026-01-30
Fixed
- Added PowerShell 5.1 compatibility by detecting
Test-Jsonavailability
usingGet-Commandinstead of version checks, asPSVersionTableis not
available in class static methods. PropertySet files are validated with
schema in PS 7+ and with basic JSON parsing in PS 5.1. - Updated fixture tests to skip schema validation test on PowerShell versions
below 7.