Microsoft has released Windows Package Manager 1.11.320, a preview version of WinGet designed for users who wish to explore forthcoming features and improvements. The support for 32-bit ARM has been discontinued, and the platform now includes experimental features such as DSC v3 processing, configuration export, and enhanced font support. This feature provides experimental support for Microsoft Desired State Configuration, configuration export, and font management through winget settings.
Changes include fixing source errors, improving pipeline stability, handling metadata problems, supporting the DSC v3 adapter, simplifying schema header checks, and updates to OneFuzzConfig.json, like Better DefaultInstallVersion, along with other updates. The full list of changes covers versions v1.11.230-preview and v1.11.320-preview. The complete changelog encompasses versions v1.11.230-preview and v1.11.320-preview.
Windows Package Manager 1.11.320-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
- Dropped support for running on 32-bit ARM
Experimental Features
- Experimental support for DSC v3 processing
- Experimental support for Configuration Export
- Experimental support for Fonts
Experimental support for DSC v3 processingThe following snippet enables experimental support for Microsoft Desired State Configuration.{ "$schema" "https://aka.ms/winget-settings.schema.json", "experimentalFeatures": { "dsc3": true } }Experimental support for Configuration ExportThe following snippet enables experimental support for exporting the configuration of the current device. This includes Windows Settings, packages from configured WinGet sources, and package settings from DSC v3 enabled packages.{ "$schema" "https://aka.ms/winget-settings.schema.json", "experimentalFeatures": { "configureExport": true } }Experimental support for FontsThe following snippet enables experimental support for fonts viawinget settings
. Thewinget font list
command will list installed font families and the number of installed font faces.{ "$schema" "https://aka.ms/winget-settings.schema.json", "experimentalFeatures": { "fonts": true } }What's Changed
- troubleshooting source error by @denelon in #5370
- Fixes for pipeline stability by @JohnMcPMS in #5359
- Fix it twice by @JohnMcPMS in #5381
- Handle not finding metadata by @JohnMcPMS in #5350
- DSC v3 adapter support by @JohnMcPMS in #5302
- Lower Schema Header Validation to include 1.7+ manifests by @Trenly in #5330
- Update OneFuzzConfig.json by @florelis in #5380
- Better DefaultInstallVersion by @yao-msft in #5389
- Remove most checked-in dependency libraries by @florelis in #5390
- Add api to find unit processors based on search path by @yao-msft in #5386
- Remove clones of transitive dependencies available from vcpkg by @florelis in #5399
- Update curl to 1.12.1 by @florelis in #5404
- Disable assembly info override by @JohnMcPMS in #5405
- Dscv3 package resource by @JohnMcPMS in #5395
- Dscv3 source resource by @JohnMcPMS in #5418
- Enable NuGet Central Package Management by @florelis in #5420
- Ensure all vcpkgs use our custom triplets by @florelis in #5423
- Update sample projects to 1.10.340 by @florelis in #5427
- Added dscv3 user-settings resource by @AmelBawa-msft in #5421
- Fix debug build with vcpkg by @yao-msft in #5430
- Add support for exporting package related DSC v3 resources and some predefined resources in configure export all by @yao-msft in #5428
- Fix arm64-release-static vcpkg triplet by @florelis in #5431
- Remove purelib.vcxproj by @florelis in #5429
- Create a vcpkg overlay for cpprestsdk and libyaml by @florelis in #5424
- Allow preview dsc while experimental by @JohnMcPMS in #5434
- Place DSCv3 resource manifests in the package by @JohnMcPMS in #5433
- Install dsc v3 package if not found when processing dsc v3 configuration file by @yao-msft in #5437
- Use Microsoft.Windows.Settings in configure export all by @yao-msft in #5441
- Make partial the default for user-settings-file by @AmelBawa-msft in #5442
- Ignore comments when writing JSON output in WinGet DSC v3 resources by @AmelBawa-msft in #5445
- Attempt to use DSCv3 resources even if they were not found by @JohnMcPMS in #5443
- Elevated for exported Microsoft.Windows.Settings by @yao-msft in #5444
- Use Microsoft.Windows.Settings module for enabling developer mode by @mdanish-kh in #5448
- Fix fuzzing job path by @yao-msft in #5447
- Only forward the verbose property if it has been set by @JohnMcPMS in #5449
Full Changelog: v1.11.230-preview...v1.11.320-preview
Release Windows Package Manager 1.11.320-preview · microsoft/winget-cli