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

Notify users of latest release version #121

Merged
merged 9 commits into from
Aug 5, 2021
Merged

Conversation

ryfu-msft
Copy link
Contributor

@ryfu-msft ryfu-msft commented Jul 23, 2021

This PR resolves #66.

Changes:

  • Added a static method in GitHub.cs that retrieves the tag name of the latest release version.
  • If the current version of winget-create does not match the latest version, then a warning message appears notifying the user that an update is available.
Microsoft Reviewers: Open in CodeFlow

@ryfu-msft ryfu-msft requested a review from palenshus July 23, 2021 00:17
@ryfu-msft ryfu-msft requested a review from a team as a code owner July 23, 2021 00:17
@ghost ghost added the Issue-Feature Complex enough to require an in depth planning process and actual budgeted, scheduled work. label Jul 23, 2021
Copy link
Contributor

@palenshus palenshus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🕐

Copy link
Contributor

@palenshus palenshus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@ryfu-msft ryfu-msft merged commit 4e7f4cd into main Aug 5, 2021
@ryfu-msft ryfu-msft deleted the NotifyLatestVersion branch August 5, 2021 21:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Feature Complex enough to require an in depth planning process and actual budgeted, scheduled work.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Check at startup to determine if there's a newer release and prompt user to update
2 participants