The Windows Package Manager 1.11.180-preview represents a preview version of WinGet, introducing new features and addressing various fixes. The product has undergone testing and is expected to be free of significant issues.
The latest updates introduce experimental support for DSC v3 processing. Recent modifications encompass the implementation of the latest loc patch, resolution of msstore source 404 errors, integration of embedded CsWinRT, enhancement of configuration environment behavior, and a thorough refactoring of the configuration processor. The preview encompasses support for the 1.10 manifest in REST source parsing and Winget utilities interoperation, ensuring the longevity of asynchronous calls, updating YamlDotNet, and evaluating installer applicability within the IsUpdateAvailable COM API.
Windows Package Manager 1.11.180-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 features
- Experimental support for DSC v3 processing
What's Changed
- Apply latest loc patch by @florelis in #5174
- Fix certain msstore source 404 failures by treating them as empty responses by @yao-msft in #5179
- Use embedded CsWinRT by @JohnMcPMS in #5178
- Update configuration environment behavior by @JohnMcPMS in #5182
- Fix configure export test tear down by @yao-msft in #5184
- Bump version to 1.11 by @florelis in #5167
- Update Newtonsoft.Json to be same version across all projects by @Trenly in #5158
- Completion of missing
}
by @DuckDuckStudio in #5192- Convert cpprestsdk to WIL exception for better handling by @JohnMcPMS in #5188
- Refactor configuration processor by @JohnMcPMS in #5194
- Add support for 1.10 manifest in rest source parsing and winget utils interop by @yao-msft in #5197
- For truly async calls we must maintain our lifetime by @JohnMcPMS in #5199
- Update YamlDotNet to Latest by @Trenly in #5191
- Update primary index when moving package by @JohnMcPMS in #5204
- Don't rely on parameter order when creating VersionRange by @Trenly in #5213
- Validate URLs map to unique hashes by @Trenly in #5233
- Add developer guidance for debugging & running tests by @mdanish-kh in #5234
- Consider installer applicability in IsUpdateAvailable COM api by @yao-msft in #5228
- Don't let unset error codes be thrown by @JohnMcPMS in #5255
- Fix logging channel setting by @JohnMcPMS in #5261
- Experimental support for DSC v3 processing by @JohnMcPMS in #5252
New Contributors
- @DuckDuckStudio made their first contribution in #5192
Full Changelog: v1.10.340...v1.11.180-preview
Release Windows Package Manager 1.11.180-preview · microsoft/winget-cli