winget-cli
winget-cli copied to clipboard
WinGet is the Windows Package Manager. This project includes a CLI (Command Line Interface), PowerShell modules, and a COM (Component Object Model) API (Application Programming Interface).
### Description of the new feature / enhancement Microsoft.Management.Deployment.Projection should be included in Microsoft.WindowsPackageManager.ComInterop NuGet. Currently when using Microsoft.WindowsPackageManager.ComInterop in a C# project you need to manually copy multiple c#...
### Description of the new feature / enhancement Relying on the Windows shell archive/zip handler feels a bit... fragile? Odd? I just ran into an issue with winget failing due...
### Description of the new feature / enhancement Currently winget list seems to list all installed applications, and in many cases this is great. However it is not currently respecting...
### Brief description of your issue I have an Azure VM and want to run winget install commands or winget configuration (DSC) using VM Extension (Microsoft.Compute.CustomScriptExtension). But it fails because...
### Description of the new feature / enhancement The App Installer is being migrated to use the WinAppSDK. The work is going to migrate App Installer from WinUI 2 to...
### Description of the new feature / enhancement After PowerShell DSC v3 is stable, I'd like to have WinGet support this as a stable feature. Related to: * https://github.com/microsoft/winget-cli/issues/3767 ###...
### Description of the new feature / enhancement I'd like to be able to use an MCP client to manage my packages. An MCP Server implementation for WinGet with a...
### Brief description of your issue The main repository (https://cdn.winget.microsoft.com/cache) resolves with an AAAA record but does not properly respond to HTTP requests on IPv6 (although it is IPv6-pingable). This...
### Brief description of your issue With `nkdAgility.AzureDevOpsMigrationTools.Preview` installed running update fails. ``` ❯ winget list nkdAgility.AzureDevOpsMigrationTools.Preview Name Id Version Available Source ---------------------------------------------------------------------------------------------------------------------------- Azure DevOps Migration Tools (Preview) nkdAgility.AzureDevOpsMigrationTools.Preview 16.1.1-Preview.2...
This PR fixes an issue where `winget upgrade` would show packages for upgrade even when the exact version was already installed. ### Problem If multiple versions of a package are...