Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add package id, name, and source to install/update/uninstall result for PowerShell cmdlet #3954

Merged
merged 5 commits into from Dec 8, 2023

Conversation

ryfu-msft
Copy link
Contributor

@ryfu-msft ryfu-msft commented Dec 6, 2023

Resolves: #3824

Modifies the output of the install/update/uninstall result to display the id, name, and source of the package so that it is easier to correlate the result with the package. I wanted to also display the installed version but that would require calling the Get-WinGetPackage command and passing in the arguments.

@ryfu-msft ryfu-msft marked this pull request as ready for review December 6, 2023 20:41
@ryfu-msft ryfu-msft requested a review from a team as a code owner December 6, 2023 20:41
@microsoft-github-policy-service microsoft-github-policy-service bot added the Issue-Feature This is a feature request for the Windows Package Manager client. label Dec 8, 2023
@ryfu-msft ryfu-msft merged commit 7b82c85 into microsoft:master Dec 8, 2023
8 checks passed
@ryfu-msft ryfu-msft deleted the pwshUpdate branch December 8, 2023 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Feature This is a feature request for the Windows Package Manager client.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Install-WingetPackage needs additional result properties
3 participants