Flor Chacón
Flor Chacón
Here's a little screenshot of this thing in action: 
I moved the logic to filter out pinned versions out of CompositePackage's GetAvailableVersionKeys() and GetAvailableVersion(). Instead, now the version keys returned from GetAvailableVersionKeys() include the pinned state for that version....
/azp run
Does your solution include a [Windows Application Packaging Project](https://learn.microsoft.com/windows/msix/desktop/desktop-to-uwp-packaging-dot-net)? This project defines how the package is to be generated, and is what the packaging task uses to drive its work....
@o-l-a-v The fix is not on v1.4. You'd have to be on v1.5 preview. On the [releases page](https://github.com/microsoft/winget-cli/releases) you can see which changes are on each release. The fix for...
@jo-chemla `uninstall` and `upgrade` already support multiple IDs. It was all part of the same change as multiple IDs for `install`
In theory, the logic for requiring explicit upgrade is based on the tracking catalog, so it shouldn't matter if there isn't a matching version in the source. Unless there's a...
For a bit of context about localization in this app (assuming it's the same as in other MS apps): There is a build pipeline that picks up the en-us file...
I know we have a DSC resource for winget, so a configuration file can include installed apps. But do we have DSC resources for git or Dev Drive? I'm also...
For creating the yaml configuration from the current machine state, I think the foundational work would be microsoft/winget-cli#3274. We would still need to integrate it into the Dev Home UI,...