Windows Package Manager (WinGet) 1.11.400 release candidate for Windows 10 and 11



 github WinGet:

This is the release candidate of WinGet v1.11 for those interested in trying out upcoming features and fixes.

If you find bugs or usability problems, please help us out by filing an issue.

New in v1.11​

  • Dropped support for running on 32-bit ARM
  • Support for Microsoft Desired State Configuration (DSC) v3.
  • 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.

Experimental Features​

  • Experimental support for Fonts

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​

New Contributors​

Full Changelog: v1.10.390...v1.11.400


 Source:


See also:
 
  • Like
Reactions: OAT
Back
Top Bottom