Microsoft has released a new preview version of Windows Package Manager, providing experimental support for DSC v3 processing while discontinuing support for 32-bit ARM. Changes include adding a version comparison feature, turning on the shadow stack, limiting downloads to COM download instances, better management of MSIX enumeration failures, and fixing problems with arm64 builds.
Windows Package Manager 1.11.220-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
- Support official DSC v3 release by @JohnMcPMS in #5313
- Apply Registry Entries Last During Update Flow by @Trenly in #5214
- Use version comparison function rather than string compare in PS by @JohnMcPMS in #5323
- Enable shadow stack by @JohnMcPMS in #5326
- Only download during COM download by @JohnMcPMS in #5327
- More graceful MSIX enumeration failure handling by @JohnMcPMS in #5329
- Fix arm64 builds by @yao-msft in #5335
Full Changelog: v1.11.210-preview...v1.11.220-preview
Release Windows Package Manager 1.11.220-preview · microsoft/winget-cli