Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
ProGet doesn't list latest version on feed homepage
-
For my NuGet feed - http://localhost:888/feeds/NuGet
If I push a beta package to the feed with version 1.0.0-beta.1 and then I push a newer version of the package which is 1.1.0-beta.9 then 1.0.0-beta.1 is still listed in the browser and not the latest version.
Product: ProGet
Version: 5.0.5
-
Hello Phil,
This appears to be a bug where NuGet packages with no stable versions keep their first-uploaded version as the "latest". I've filed PG-1201 with a fix.
As a workaround, uploading a version of the package with a version number that does not include a hyphen (with a lower version number than the actual latest version of the package) will make the latest version update correctly.