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

Fixed bug where the package name wouldn't be written during upgrade. #1517

Merged
merged 1 commit into from
Sep 28, 2021

Conversation

jedieaston
Copy link
Contributor

@jedieaston jedieaston commented Sep 28, 2021


I noticed that in the latest build, the package name wouldn't print during winget upgrade (well, it'd print with the agreements portion, but it would not print after that when the package was actually being installed) :

image

I figured it was easy enough to fix myself, and it was! package.PackageVersion->GetManifest()) was being used where package.Manifest should've been used (so that the locale info would be available).

Look at it now:

image

Let me know if there are any issues!

Microsoft Reviewers: Open in CodeFlow

@jedieaston jedieaston requested a review from a team as a code owner September 28, 2021 02:15
@florelis
Copy link
Member

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@florelis florelis merged commit fd4b14c into microsoft:master Sep 28, 2021
@jedieaston jedieaston deleted the whats-that-name branch September 28, 2021 04:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants