semver/src
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Louis Seubert 2ea7866e3b fix: range exact/non-equal matches ignore build metadata
Build metadata does not affect precedence (SemVer 2.0.0 §10), so
the Eq and Neq constraints now use SemanticVersionComparer.Priority
instead of the structural == operator. This makes [1.2.3] match
1.2.3+build, consistent with precedence semantics.

Add a failing-then-passing test.
2026-07-11 23:01:48 +02:00
..
semver fix: range exact/non-equal matches ignore build metadata 2026-07-11 23:01:48 +02:00
semver.tests fix: range exact/non-equal matches ignore build metadata 2026-07-11 23:01:48 +02:00