semver icon indicating copy to clipboard operation
semver copied to clipboard

Allows Construction of SemVersion with Negative Major, Minor, Patch

Open WalkerCodeRanger opened this issue 6 years ago • 1 comments
trafficstars

The primary constructor allows the construction of a SemVersion instance with negative values for Major, Minor, and Patch.

WalkerCodeRanger avatar Oct 12 '19 18:10 WalkerCodeRanger

One constructor overload that allows this has been marked obsolete. However, for backward compatibility other overloads had to be added that also have this issue.

WalkerCodeRanger avatar Mar 19 '22 21:03 WalkerCodeRanger

This has been fixed on master and will be included in v3.0.0

WalkerCodeRanger avatar Feb 21 '23 02:02 WalkerCodeRanger