SemanticVersion 1.0.0

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

// Install SemanticVersion as a Cake Tool
#tool nuget:?package=SemanticVersion&version=1.0.0

A portable semantic version class library compliant with the 2.0 SemanticVersion standard (http://semver.org/)

Product Compatible and additional computed target framework versions.
DNX dnx451 is compatible. 
DNXCore dnxcore50 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (10)

Showing the top 5 NuGet packages that depend on SemanticVersion:

Package Downloads
Microsoft.DurableTask.SqlServer The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Microsoft SQL service provider for the Durable Task Framework.

Omnia.Cloud.Models

Package Description

OpenWorkShop.MakerHub

A web-based controller for CNC & 3DP machines.

Ionide.KeepAChangelog

A self-contained parser for the KeepAChangelog format.

MakerHub

Package Description

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on SemanticVersion:

Repository Stars
dotpcap/sharppcap
Official repository - Fully managed, cross platform (Windows, Mac, Linux) .NET library for capturing packets
Version Downloads Last updated
2.1.0 1,143,653 12/22/2019
2.0.0 227,610 4/9/2018
1.0.0 1,686 2/27/2016
0.5.0 1,234 1/27/2016
0.4.0 1,424 1/24/2016
0.3.0 1,617 1/23/2016

- Swap Parse and TryParse logic to improve performance.
- Improve documentation on public members