renovate/lib/versioning/nuget
2020-10-20 08:49:28 +02:00
..
__snapshots__ fix: move tests into lib (#5635) 2020-03-05 21:57:24 +01:00
index.spec.ts chore(deps): update dependency prettier to v2 (#5952) 2020-04-12 18:09:36 +02:00
index.ts chore: spelling (#7499) 2020-10-20 08:49:28 +02: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.