McSherry.SemanticVersioning
1.1.0
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
<PackageReference Include="McSherry.SemanticVersioning" Version="1.1.0" />
paket add McSherry.SemanticVersioning --version 1.1.0
#r "nuget: McSherry.SemanticVersioning, 1.1.0"
// 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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
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.
|
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.