damepatr

Results 5 comments of damepatr

> The semver spec does not give an upper limit to numeric prerelease identifiers nor for the **major, minor, or patch**. Yeah, I am encountering the same issue with the...

@WalkerCodeRanger > To help me understand the use case and how to best address it, how are you getting patch numbers so high? I used the date and time to...

> Also, what is the highest patch number you would anticipate needing? At the moment, I'm not certain. I may not need a larger patch number.

### Example Imagine that you are trying to check if a version range is a valid version range for Helm. You can create code similar to the following: ``` csharp...

I think that we can add an option to [SemVersionRangeOptions](https://github.com/maxhauser/semver/blob/master/Semver/Ranges/SemVersionRangeOptions.cs). Thoughts?