Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allows Construction of SemVersion with Negative Major, Minor, Patch #40

Closed
WalkerCodeRanger opened this issue Oct 12, 2019 · 2 comments
Closed

Comments

@WalkerCodeRanger
Copy link
Owner

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

@WalkerCodeRanger
Copy link
Owner Author

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
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant