Semver 2.1.0

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

// Install Semver as a Cake Tool
#tool nuget:?package=Semver&version=2.1.0                

A Semantic Version Library for .Net

This library implements the SemVersion class, which complies with v2.0.0 of the spec from semver.org.

API docs for the most recent release are available online at semver-nuget.org.

Parsing

var version = SemVersion.Parse("1.1.0-rc.1+nightly.2345", SemVersionStyles.Strict);

Constructing

var v1 = new SemVersion(1, 0);

Comparing

if (version < v1)
    Console.WriteLine($"Initial development version {version}!");

Manipulating

Console.WriteLine($"Current: {version}");
if (version.IsPrerelease)
{
    Console.WriteLine($"Prerelease: {version.Prerelease}");
    Console.WriteLine($"Next release version is: {version.WithoutPrereleaseOrMetadata()}");
}

Outputs:

Current: 1.1.0-rc.1+nightly.2345
Prerelease: rc.1
Next release version is: 1.1.0
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.1 is compatible.  netstandard1.2 was computed.  netstandard1.3 was computed.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net45 was computed.  net451 was computed.  net452 is compatible.  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. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wpa81 was computed. 
Windows Store netcore was computed.  netcore45 was computed.  netcore451 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.5.2

    • No dependencies.
  • .NETStandard 1.1

  • .NETStandard 2.0

    • No dependencies.

NuGet packages (111)

Showing the top 5 NuGet packages that depend on Semver:

Package Downloads
Pulumi

The Pulumi .NET SDK lets you write cloud programs in C#, F#, and VB.NET.

UmbracoCms.Core

Contains the core assemblies needed to run Umbraco Cms. This package only contains assemblies and can be used for package development. Use the UmbracoCms package to setup Umbraco in Visual Studio as an ASP.NET project.

Apprio.Enablement.Platform

Package Description

Apprio.Enablement.Telemetry.Exceptions

Package Description

Flagsmith

Client SDK for Flagsmith. Ship features with confidence using feature flags and remote config. Host yourself or use our hosted version at https://flagsmith.com/

GitHub repositories (39)

Showing the top 5 popular GitHub repositories that depend on Semver:

Repository Stars
LykosAI/StabilityMatrix
Multi-Platform Package Manager for Stable Diffusion
ChilliCream/graphql-platform
Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Nitro the awesome Monaco based GraphQL IDE.
dotnet/tye
Tye is a tool that makes developing, testing, and deploying microservices and distributed applications easier. Project Tye includes a local orchestrator to make developing microservices easier and the ability to deploy microservices to Kubernetes with minimal configuration.
microsoft/onefuzz
A self-hosted Fuzzing-As-A-Service platform
betwixt-labs/bebop
🎷No ceremony, just code. Blazing fast, typesafe binary serialization.
Version Downloads Last updated
3.0.0 396,938 10/23/2024
3.0.0-beta.2 804 9/29/2024
3.0.0-beta.1 23,146 8/21/2023
3.0.0-beta.0 5,637 5/7/2023
2.3.0 4,584,094 2/21/2023
2.3.0-beta.0 2,771 12/28/2022
2.3.0-alpha.0 7,086 7/17/2022
2.2.0 2,035,960 6/12/2022
2.2.0-rc.0 1,528 5/15/2022
2.1.0 4,826,672 3/19/2022
2.1.0-rc.1 463 3/19/2022
2.1.0-rc.0 686 3/7/2022
2.0.6 7,672,454 12/28/2019
2.0.5 324,758 10/27/2019 2.0.5 is deprecated because it has critical bugs.
2.0.4 3,278,707 8/1/2016 2.0.4 is deprecated because it has critical bugs.
2.0.3 21,146 7/31/2016 2.0.3 is deprecated because it has critical bugs.
1.1.2 3,259,365 5/13/2014
1.1.1 3,991 11/24/2013
1.1.0 3,273 11/15/2013
1.0.5 2,773 7/1/2013
1.0.4 2,455 7/1/2013
1.0.3 2,580 1/10/2013
1.0.1 2,285 1/10/2013
1.0.0 3,855 1/9/2013