McSherry.SemanticVersioning 1.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package McSherry.SemanticVersioning --version 1.1.0
NuGet\Install-Package McSherry.SemanticVersioning -Version 1.1.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.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add McSherry.SemanticVersioning --version 1.1.0
#r "nuget: McSherry.SemanticVersioning, 1.1.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.1.0

// Install McSherry.SemanticVersioning as a Cake Tool
#tool nuget:?package=McSherry.SemanticVersioning&version=1.1.0

libSemVer.NET is an easy-to-use plug-and-play library for working with Semantic Versions.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
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,930 1/10/2021
1.4.0 3,041 6/4/2020
1.3.0 5,351 6/14/2019
1.2.1 6,949 4/7/2017
1.2.0 3,632 7/14/2016
1.1.0 1,258 11/28/2015
1.0.0 1,053 10/16/2015

Release v1.1.0 is a minor release, and brings the following changes:


- SemanticVersion parsing memoized, now up to 20x faster (b9429a6).

Memoization of the results of parsing is enabled so that parsing the same string again will avoid going through the parser and will instead pull the result from a cache of previously-parsed instances.


- Support for Version Ranges (#1) introduced.

The library now supports using version ranges for complex comparisons against versions.


- The ParseMode.Lenient value is defined.

This value is the opposite of ParseMode.Strict, and makes it nicer for code that wants to enable all parsing flags without having specific knowledge of each flag.


The release is available now from GitHub and NuGet.