ReleaseMicrosoftMicrosoftpublished Sep 26, 2025seen Jun 26

microsoft/winget-cli v1.11.510

microsoft/winget-cli

Open original ↗

Captured source

source ↗
published Sep 26, 2025seen Jun 26captured 2whttp 200method plain

Windows Package Manager 1.11.510

Repository: microsoft/winget-cli

Tag: v1.11.510

Published: 2025-09-26T21:02:18Z

Prerelease: no

Release notes: This is a servicing update for the Windows Package Manager 1.11 release build for Windows 10 (1809+), and Windows 11.

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.

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

Servicing updates

  • Updated certificate pinning for MS Store to use partial chains and new certificates.

What's Changed

  • Update detours vcpkg to use prior version (CP to 1.11) by @JohnMcPMS in https://github.com/microsoft/winget-cli/pull/5608
  • Improve COM static store usage (port to 1.11) by @JohnMcPMS in https://github.com/microsoft/winget-cli/pull/5685
  • MS Store cert pinning updates (1.11) by @JohnMcPMS in https://github.com/microsoft/winget-cli/pull/5735

Full Changelog: https://github.com/microsoft/winget-cli/compare/v1.11.430...v1.11.510