Description of the new feature / enhancement
winget upgrade shows a list of installed programs with a newer version available, if any. It also has --include-pinned and --include-unknown.
I find no similar functionality in Microsoft.WinGet.Client. I'd expect Update-WinGetPackage to work the same, so I add this as a feature request.
- Or add a parameter (switch)
-ListAvailableUpdates?
Proposed technical implementation details
Make Update-WinGetPackage act like winget upgrade.
Description of the new feature / enhancement
winget upgradeshows a list of installed programs with a newer version available, if any. It also has--include-pinnedand--include-unknown.I find no similar functionality in
Microsoft.WinGet.Client. I'd expectUpdate-WinGetPackageto work the same, so I add this as a feature request.-ListAvailableUpdates?Proposed technical implementation details
Make
Update-WinGetPackageact likewinget upgrade.