adamreeve / semver.net

Semantic versioning for .NET
MIT License
117 stars 22 forks source link

Prerelease Check Doesn't Seem To Work #54

Closed momo-the-monster closed 1 year ago

momo-the-monster commented 1 year ago

I've written a little demo to show the issue.

Specifically, the range "3.2.x" should be satisfied by a version like "3.2.0-beta.1" as far as I can tell, but it does not appear to do that, even though includePrerelease is set to true.