praeclarum / FuGetGallery

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

Fix issue with diffing with pre-release pkg containing uppercase char #137

Closed MarkPflug closed 3 years ago

MarkPflug commented 3 years ago

This fixes an issue with the "diff" feature when one of the package versions is a pre-release package with an uppercase character. Previously this would fall into the first v == null case and the diff would end up targeting the latest non-pre-release version.

I fixed this as I was listening to your podcast and was reminded this was the one bug that ... bugged me about fuget. Didn't realize Merge Conflict existed before today, so happy to have discovered that as well.