Replies: 1 comment
-
Up to Windows Package Manager version 1.8.1911, when i was clicking on an older version of .appx, .msixbundle e.t.c, I used to get an info that a newer version is installed (if that was the case). This in all the latest previews and one release that came after the 1.8.1911 version is not available and only the Reinstall and Close buttons appear. If you press reinstall you can see both versions, the one installed and the one that is about to be installed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is the second development build after the Windows Package Manager 1.9 build for Windows 10(1809+) and Windows 11.
This build will be released to Windows Insider Dev builds and Windows Package Manager Insiders.
This release includes the ability to enable experimental features unless blocked by Group Policy Objects (GPO)
Sixel support is here to display icons and a new progress visualization. To try out this new feature, you must be using a terminal that supports sixels, such as the latest Windows Terminal Preview build. To enable this feature, include the following snipping in your settings file:
WinGet Configuration files with DSC Resources requiring elevation can now be handled more gracefully. The "Configure Self Elevation" experimental feature can be enabled with the following snippet in your settings file:
Use "securityContext: elevated" under "directives:" for any resources requiring administrator. WinGet will trigger a single User Account Control (UAC) prompt when the configuration is run under user context. Resources requiring elevation are run elevated, and the rest are run in user context. The following example shows how the .NET Tutorial - Hello World in 5 minutes will be updated to provide a better user experience.
What's Changed
Full Changelog: v1.10.30-preview...v1.10.40-preview
This discussion was created from the release v1.10.40-preview.
Beta Was this translation helpful? Give feedback.
All reactions