microsoft / winget-cli

WinGet is the Windows Package Manager. This project includes a CLI (Command Line Interface), PowerShell modules, and a COM (Component Object Model) API (Application Programming Interface).
https://learn.microsoft.com/windows/package-manager/
MIT License
22.54k stars 1.39k forks source link

Update valijson to v1.0.2 #4588

Closed yao-msft closed 3 days ago

yao-msft commented 4 days ago

Update valijson to v1.0.2 to have correct validation on date/datetime formats.

Updated the test files with correct date time formats. Validated previously generated export files have correct date time formats and the new validation will not break existing exported files.

Updated project file to only include headers we directly reference so that we don't need to maintain the list every time we do an update.