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.
<PackageVersion Include="McSherry.SemanticVersioning" Version="1.1.0" />
                    
Directory.Packages.props
<PackageReference Include="McSherry.SemanticVersioning" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#:package McSherry.SemanticVersioning@1.1.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=McSherry.SemanticVersioning&version=1.1.0
                    
Install as a Cake Addin
#tool nuget:?package=McSherry.SemanticVersioning&version=1.1.0
                    
Install as a Cake Tool

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

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 28,292 1/10/2021
1.4.0 3,372 6/4/2020
1.3.0 5,802 6/14/2019
1.2.1 7,785 4/7/2017
1.2.0 8,683 7/14/2016
1.1.0 1,683 11/28/2015
1.0.0 1,486 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.