McSherry.SemanticVersioning 1.2.0

There is a newer version of this package available.
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
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="McSherry.SemanticVersioning" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add McSherry.SemanticVersioning --version 1.2.0
#r "nuget: McSherry.SemanticVersioning, 1.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on McSherry.SemanticVersioning:

Package Downloads
Triamec.Tam.Core The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Triamec Advanced Motion libraries.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on McSherry.SemanticVersioning:

Repository Stars
exceptionless/Exceptionless
Exceptionless application
geluk/pass-winmenu
An easy-to-use password manager for Windows, compatible with pass.
Version Downloads Last updated
1.4.1 16,470 1/10/2021
1.4.0 3,041 6/4/2020
1.3.0 5,350 6/14/2019
1.2.1 6,947 4/7/2017
1.2.0 3,554 7/14/2016
1.1.0 1,258 11/28/2015
1.0.0 1,053 10/16/2015

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.