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.12
- MCP server available; run
winget mcpfor assistance on configuring your client. - 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.
- Manifest schema and validation updated to v1.12. This version update adds "Font" as an InstallerType and NestedInstallerType.
Bug Fixes
- Manifest validation no longer fails using
UTF-8 BOMencoding when the schema header is on the first line
Experimental Features
- Experimental support for Fonts
Experimental support for Fonts
The following snippet enables experimental support for fonts viawinget 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
- Improve COM static store usage by @JohnMcPMS in #5680
- Update schema to 1.12 with Font InstallerType by @dkbennett in #5687
- Download MS Store package for target OS by @JohnMcPMS in #5689
- Fixes for older OSes by @JohnMcPMS in #5691
- Add RestSource and tests for Manifest v1.12 by @dkbennett in #5695
- Improve slow searches involving installed items by @JohnMcPMS in #5701
- Shorter default installer log filename by @JohnMcPMS in #5705
Source:
Release Windows Package Manager 1.12.210-preview · microsoft/winget-cli
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 problem...
See also:
Check Windows Package Manager (WinGet) Version in Windows 11
This tutorial will show you how to check the current version of Windows Package Manager (WinGet) you have installed in Windows 10 and Windows 11. The winget command line tool enables users to discover, install, upgrade, remove and configure applications on Windows 10 and Windows 11 computers...
www.elevenforum.com









