Microsoft has released a new preview release of Windows Package Manager, providing experimental support for DSC v3 processing while discontinuing support for 32-bit ARM. Changes consist of implementing a maximum nesting level limit in the YAML parser, updating the winget.resw file, and resolving the end-to-end test failure.
Windows Package Manager 1.11.190-preview
This is a preview build of WinGet for those interested in trying out upcoming features and fixes. While it has had some use and should be free of major issues, it may have bugs or usability problems. If you find any, please help us out by filing an issue.
New in v1.11
- Experimental support for DSC v3 processing
- Dropped support for running on 32-bit ARM
What's Changed
- Add max nest level limit to yaml parser by @yao-msft in #5275
- Update winget.resw by @pressRtowin in #5279
- Fix e2e test failure caused by message change by @yao-msft in #5284
New Contributors
- @pressRtowin made their first contribution in #5279
Full Changelog: v1.11.180-preview...v1.11.190-preview
Release Windows Package Manager 1.11.190-preview · microsoft/winget-cli