microsoft / winget-cli-restsource

This project aims to provide a reference implementation for creating a REST based package source for the winget client.
MIT License
243 stars 62 forks source link

Fix build errors by calling WinGetValidateV3 #229

Closed ryfu-msft closed 9 months ago

ryfu-msft commented 9 months ago

The latest update to WinGetUtils no longer has WinGetUtilWrapperManifest.ValidateManifest. This PR fixes that issue by updating to calling WinGetValidateV3