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

Fix prerelease packages not being correctly labeled as "outdated" #653

Closed
mwallner opened this issue Feb 26, 2019 · 2 comments
Closed

Fix prerelease packages not being correctly labeled as "outdated" #653

mwallner opened this issue Feb 26, 2019 · 2 comments
Labels
Bug Issues where something has happened which was not expected or intended
Milestone

Comments

@mwallner
Copy link
Member

See sample screenshot: "chocolatey" 0.10.12-beta is newer than the latest available 0.10.11, yet ChocolateyGUI marks it as outdated.

image

@gep13 gep13 added the Bug Issues where something has happened which was not expected or intended label Apr 19, 2019
@gep13 gep13 added this to the 0.17.0 milestone Apr 19, 2019
gep13 added a commit that referenced this issue Apr 25, 2019
By default, pre-release packages are marked as IsLatestVersion = false,
however, IsLatestVersion is what is used to show/hide the Out of Date
message in the UI.  In these cases, if it is a pre-release mark
IsLatestVersion as true, and then the outcome of the call to choco
outdated will correct whether it is actually Out of Date or not.
@gep13
Copy link
Member

gep13 commented Apr 25, 2019

@mwallner thank you for raising this. This has now been corrected, and will ship in the next release of Chocolatey GUI.

@gep13 gep13 closed this as completed Apr 25, 2019
@gep13 gep13 changed the title prerelease packages are incorrectly labeled "outdated" Fix prerelease packages not being correctly labeled as "outdated" Mar 26, 2020
@choco-bot
Copy link

🎉 This issue has been resolved in version 0.17.0 🎉

The release is available on:

Your GitReleaseManager bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Issues where something has happened which was not expected or intended
Projects
None yet
Development

No branches or pull requests

3 participants