-
-
Notifications
You must be signed in to change notification settings - Fork 5.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
NuGet badges don't work for SemVer 2 packages #1044
Comments
Hi! I'm seeing |
That's because I released a stable package. |
The key is that you have to add |
This is still not fixed, not even for stable packages, if they use semver2. See https://img.shields.io/nuget/v/InjectModuleInitializer.svg vs https://www.nuget.org/packages/InjectModuleInitializer. 2.0.0 is the latest stable, but the shield shows 1.5.0 instead, which is the last one that did not use semver2. |
Support NuGet packages using SemVer 2 Fixes #1044
Might be related to use of the v3 endpoint or not (or possibly just needing to add the right semverlevel=2.0.0 query parameter), but badges for SemVer 2 packages aren't currently working.
#655
https://img.shields.io/nuget/vpre/RSAKeyVaultProvider.svg
https://www.nuget.org/packages/RSAKeyVaultProvider
See https://github.com/NuGet/Home/wiki/Semver-2.0.0-Protocol for the protocol support update. Needs an additional query parameter to return semVer 2.0 packages.
The text was updated successfully, but these errors were encountered: