Microsoft 11740 Published by

The second preview release of Windows Package Manager 1.8 is now available for testing. This release is available for download. This update includes a number of changes that are intended to improve the level of support for WinGet. These changes include updating the code coverage pipeline, removing the x86 platform from the fuzzing pipeline, making the SQLite wrapper more resilient, and fixing issues with settings.



Windows Package Manager 1.8.924-preview

This is the second development build after the Windows Package Manager 1.7 build for Windows 10(1809+) and Windows 11.
This build will be released to Windows Insider Dev builds and Windows Package Manager Insiders.

Experimental features are enabled in this release. Run winget features to see which experimental features are enabled or disabled. Add the following to your settings (winget settings) file to enable the experimental features.

    "experimentalFeatures": {
        "sideBySide": true
    }

This release contains experimental support for multiple installed versions.

What's Changed

New Contributors

Full Changelog v1.7.10861...v1.8.924-preview

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