renovate/lib/versioning/nuget
2021-12-11 17:16:56 +00:00
..
index.spec.ts fix(versioning/nuget): correctly compare semver v2 versions (#13056) 2021-12-11 14:37:00 +01:00
index.ts refactor(versioning/nuget): simplify by using class (#13059) 2021-12-11 17:16:56 +00:00
readme.md feat: versionScheme -> versioning (#5504) 2020-02-18 08:34:10 +01:00

NuGet versioning matches as closely as possible to the version comparison that NuGet itself uses.

NuGet supports SemVer 2.0.0, but permits versions with differing numbers of version parts.

Ranges are not yet supported by this versioning, but they are defined in NuGet and could be supported in the future.