KnossosNET / Knossos.NET

Repository for the Knossos.NET launcher, currently in development.
GNU General Public License v3.0
21 stars 10 forks source link

Fix semver prerelease comparisons to be up to spec #152

Closed Shivansps closed 5 months ago

Shivansps commented 5 months ago

I ran the examples listed there and what i could think off and it was resolved as expected.

By adding a var res = SemanticVersion.Compare("",""); ; <-Breaking point here

in case someone want to test more cases.