praeclarum / FuGetGallery

An alternative web UI for browsing nuget packages
https://www.fuget.org
MIT License
683 stars 121 forks source link

Use NuGet.Versioning.SemanticVersion to correctly compare package versions #83

Closed svick closed 4 years ago

svick commented 4 years ago

Fixes https://github.com/praeclarum/FuGetGallery/issues/63.

With this change, prerelease versions of packages are sorted correctly:

praeclarum commented 4 years ago

Thank you!!!