Microsoft 11855 Published by

Microsoft has released a new preview of Windows Package Manager 1.11, introducing new features and enhancements. Support for 32-bit ARM has been discontinued, and it now includes support for Microsoft Desired State Configuration (DSC) v3. This feature facilitates the export of device configurations, encompassing Windows Settings, packages sourced from configured WinGet sources, and DSC v3-enabled packages. Experimental features encompass support for fonts through winget settings. Changes include fixes for problems connecting to the catalog, system crashes, support for DSCv3 in configuration PowerShell modules, adding a missing comma in cgmanifest.json, and improvements to DSC command descriptions.



Windows Package Manager 1.11.370-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
  • 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 FontsThe 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.
{
  "$schema" "https://aka.ms/winget-settings.schema.json",
  "experimentalFeatures": {
    "fonts": true
  }
}
What's Changed
  • Fix catalog connection failure due to AppCapability::CreateWithProcessIdForUser throwing E_INVALIDARG when called with a null user on Windows 10 v1903 by  @Fulgen301 in  #5475
  • Fix crash due to static weak pointer referencing an object in an unloaded DLL by  @Fulgen301 in  #5474
  • Add support for DSCv3 in configuration PowerShell modules by  @yao-msft in  #5470
  • Missing comma in cgmanifest.json by  @florelis in  #5486
  • Make dsc3 and export experimentals stable by  @JohnMcPMS in  #5487
  • Update DSC command descriptions by  @JohnMcPMS in  #5489
  • Increase libyaml vcpkg port version by  @florelis in  #5504
  • Apply latest loc patch by  @florelis in  #5507

New Contributors

Full Changelog v1.11.350-preview...v1.11.370-preview

Release Windows Package Manager 1.11.370-preview · microsoft/winget-cli