adamreeve / semver.net

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

Add Range.Intersect method #26

Closed adamreeve closed 7 years ago

adamreeve commented 7 years ago

Partly addresses #25. Only adding Intersect for now. Union is already quite straightforward by just using || to combine ranges, and difference is a bit more complicated and I'm not sure there's a need for it.

adamreeve commented 7 years ago

Looks like there's a problem with the build I'll need to fix first.