Microsoft 11881 Published by

Microsoft has released a new preview build of Windows Package Manager, introducing new features and fixes. The App Installer now uses WinUI 3, replacing the package dependency on WinUI 2. Manifest validation no longer fails using UTF-8 BOM encoding when the schema header is on the first line. Experimental features include experimental support for fonts via winget settings. Changes include updating other TDBuild tasks, using windows-latest agents in localization pipeline, bumping version to v1.12, allowing foreground from PS, moving to proper signal for dev/not-dev, using SDK 26100 in CommonCore project, and repairing Repair-WinGetPackageManager.



Windows Package Manager 1.12.100-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.12

  • App Installer now uses WinUI 3. The package dependency on WinUI 2 has been replaced by a dependency on the Windows App Runtime 1.7.

Bug Fixes

  • Manifest validation no longer fails using UTF-8 BOM encoding when the schema header is on the first line

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

New Contributors

Full Changelog v1.11.400...v1.12.100-preview

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