semver 1.0.4

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

// Install semver as a Cake Tool
#tool nuget:?package=semver&version=1.0.4

A semver implementation in .Net based on the v2.0.0 of the spec found at http://semver.org/.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  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. 
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 (80)

Showing the top 5 NuGet packages that depend on semver:

Package Downloads
UmbracoCms.Core The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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.

Pulumi The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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

Apprio.Enablement.Platform

Package Description

Apprio.Enablement.Telemetry.Exceptions

Package Description

Cake.SemVer

Cake Build addon to provide Semantice Versioning classes and aliases.

GitHub repositories (33)

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

Repository Stars
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.
ChilliCream/graphql-platform
Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Banana Cake Pop the awesome Monaco based GraphQL IDE.
microsoft/onefuzz
A self-hosted Fuzzing-As-A-Service platform
LykosAI/StabilityMatrix
Multi-Platform Package Manager for Stable Diffusion
WolvenKit/WolvenKit
Community Mod editor/creator for REDengine games.
Version Downloads Last updated
3.0.0-beta.1 4,990 8/21/2023
3.0.0-beta.0 3,340 5/7/2023
2.3.0 1,833,524 2/21/2023
2.3.0-beta.0 2,587 12/28/2022
2.3.0-alpha.0 6,011 7/17/2022
2.2.0 1,636,003 6/12/2022
2.2.0-rc.0 1,403 5/15/2022
2.1.0 2,854,113 3/19/2022
2.1.0-rc.1 331 3/19/2022
2.1.0-rc.0 566 3/7/2022
2.0.6 6,843,865 12/28/2019
2.0.5 279,357 10/27/2019
2.0.4 3,013,255 8/1/2016
2.0.3 13,770 7/31/2016
1.1.2 3,100,147 5/13/2014
1.1.1 3,750 11/24/2013
1.1.0 2,863 11/15/2013
1.0.5 2,577 7/1/2013
1.0.4 2,281 7/1/2013
1.0.3 2,408 1/10/2013
1.0.1 2,106 1/10/2013
1.0.0 2,959 1/9/2013

Add precedence comparison methods in conformance of changed precedence rules in v2.0.0 (ignore build information on precedence comparison).