Microsoft has released a new preview build of WinGet, which provides experimental support for DSC v3 processing and has discontinued support for 32-bit ARM. The updates incorporate parallel build capabilities, the elimination of arm32 support, the introduction of validation options for portable installer types, improved handling of access denied errors, and the addition of security context entries.
Windows Package Manager 1.11.200-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
- Build in parallel by @florelis in #5283
- Remove support for arm32 by @florelis in #5290
- Add validation option for portable installer type in archives by @Trenly in #5237
- Handle access denied error when setting owner if already owner by @JohnMcPMS in #5282
- Add securityContext entry to 0.2 schema by @JohnMcPMS in #5295
- Dscv3 command base by @JohnMcPMS in #5280
Full Changelog: v1.11.190-preview...v1.11.200-preview
Release Windows Package Manager 1.11.200-preview · microsoft/winget-cli