Skip to content

Windows Package Manager v0.2.2521 Preview

Pre-release
Pre-release
Compare
Choose a tag to compare
@denelon denelon released this 14 Sep 20:57

Experimental support for a curated list of store apps for developers.

New Features

#535 Replace yaml-cpp with libyaml
#544 Add pre-indexed Microsoft Store source

winget features will show the status of the Microsoft Store Support.
winget settings will launch the settings file in your default JSON editor.

Add the following code block to your settings file and the store source will be added

{
    "experimentalFeatures": {
        "experimentalMSStore": true
    }
}