Windows Package Manager (WinGet) 1.11.350 Pre-release for Windows 10 and 11



 github WinGet:

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 processing​

The following snippet enables experimental support for Microsoft Desired State Configuration.

Code:
{
"$schema" "https://aka.ms/winget-settings.schema.json",
 "experimentalFeatures": {
"dsc3": true
  }
}

Experimental support for Configuration Export​

The 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.

Code:
{
  "$schema" "https://aka.ms/winget-settings.schema.json",
  "experimentalFeatures": {
    "configureExport": true
  }
}

Experimental support for Fonts​

The following snippet enables experimental support for fonts via winget settings. The winget font list command will list installed font families and the number of installed font faces.

Code:
{
  "$schema" "https://aka.ms/winget-settings.schema.json",
  "experimentalFeatures": {
    "fonts": true
  }
}

What's Changed​

Full Changelog: v1.11.320-preview...v1.11.350-preview


 Source:


See also:
 
  • Like
Reactions: OAT

Latest Support Threads

Back
Top Bottom