-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
winget version not matching with internal version #1257
Comments
Hi @stephengillie, |
Yes. The error is that the
|
Thank you very much! I just released an update and opened a PR here: microsoft/winget-pkgs#159727 |
@veler after the changes it works perfectly now, thank you very much for jumping through all the hoops to make devtoys available on winget, i very much appreciate it |
Current behavior
when installing devtoys via winget the version tagged
2.0.2
installs the version2.0-preview.2
, this results in the same version always being offered as update in winget (infinite upgrade loop when runningwinget upgrade
)the problem is that the package manager version (
2.0.2
) doesn't match with the internal version (2.0-preview.2
):2.0-preview.2
PackageVersion: 2.0.2
How to reproduce it (as minimally and precisely as possible)
powershell:
Expected behavior
winget should upgrade to the latest version and then stop offering updates until a new one is released
Screenshots
notice how version (
2.0-preview.2
) and available (2.0.2
) columns differ even though the latest version is installedWorkaround
No response
Affected platforms
No response
Affected DevToys kind
DevToys (app with GUI)
DevToys Version
Version 2.0-preview.2
Relevant Assets/Logs
relevant github comments:
The text was updated successfully, but these errors were encountered: