CI update to allow publishing change from 2.0.1 to NuGet (Fixes incorrect range intersection calculation when different ranges use the same version numbers with different operators)
2.0.1
Fixes incorrect range intersection calculation when different ranges use the same version numbers with different operators
2.0.0
Rename assembly and namespace to SemanticVersioning to match nuget package
Add an includePrerelease option for Range.IsSatisfied and related methods
2.0.0-alpha.1
Rename assembly and namespace to SemanticVersioning to match nuget package
Add an includePrerelease option for Range.IsSatisfied and related methods
1.3.0
Add Parse and TryParse static methods on Version and Range
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps SemanticVersioning from 1.2.0 to 2.0.2.
Release notes
Sourced from SemanticVersioning's releases.
Commits
c52c9d4
Update NuGet API keyca8b6b7
Account for operators when computing range intersections with same version (#53)713d3b7
Add an includePrerelease option for Range.IsSatisfied and related methods (#51)06f1afe
Rename assembly and namespace to SemanticVersioning to match nuget package (#50)fd0934d
Implement Parse and TryParse static methods on Version and Range. (#48)00c1ecb
Update NuGet API keyefe3e2e
Merge pull request #45 from atlemann/42-version.icomparablef8d86bc
Add IComparable to Version for sorting in F#5ba45f9
Merge pull request #44 from KevBelisle/masterfcdcdf2
Add bool Comparator.Intersects(Comparator) methodDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)