McSherry.SemanticVersioning
1.2.0
See the version list below for details.
dotnet add package McSherry.SemanticVersioning --version 1.2.0
NuGet\Install-Package McSherry.SemanticVersioning -Version 1.2.0
<PackageReference Include="McSherry.SemanticVersioning" Version="1.2.0" />
paket add McSherry.SemanticVersioning --version 1.2.0
#r "nuget: McSherry.SemanticVersioning, 1.2.0"
// Install McSherry.SemanticVersioning as a Cake Addin #addin nuget:?package=McSherry.SemanticVersioning&version=1.2.0 // Install McSherry.SemanticVersioning as a Cake Tool #tool nuget:?package=McSherry.SemanticVersioning&version=1.2.0
McSherry.SemanticVersioning is an easy-to-use plug-and-play library for working with Semantic Versions.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on McSherry.SemanticVersioning:
Package | Downloads |
---|---|
Triamec.Tam.Core
Triamec Advanced Motion libraries. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Release v1.2.0 is another minor release. The most significant changes introduced are:
- Support for Monotonic Versions (#6)
A new namespace, McSherry.SemanticVersioning.Monotonic, is added to aid and support the use of Monotonic Versions. Monotonic Versions are mostly compatible with Semantic versions, and so having support in one library reduces dependencies. See the pull request for more information.
- Memoization of parsed SemanticVersions is adjusted
Memoization as introduced in the previous release could cause high memory usage in certain situations. Memoization is now optional, off by default, and can be enabled by providing a class which implements IDictionary(string, SemanticVersion) via a new hook introduced as a static property (SemanticVersion.MemoizationAgent).
A minor bug with the NuGet package is also corrected (see #4, thanks @niemyjski).
This update is available now from GitHub and NuGet.