semver 1.0.5
See the version list below for details.
Install-Package semver -Version 1.0.5
dotnet add package semver --version 1.0.5
<PackageReference Include="semver" Version="1.0.5" />
paket add semver --version 1.0.5
#r "nuget: semver, 1.0.5"
// Install semver as a Cake Addin
#addin nuget:?package=semver&version=1.0.5
// Install semver as a Cake Tool
#tool nuget:?package=semver&version=1.0.5
A semver implementation in .Net based on the v2.0.0 of the spec found at http://semver.org/.
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
This package has no dependencies.
NuGet packages (50)
Showing the top 5 NuGet packages that depend on semver:
Package | Downloads |
---|---|
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. |
|
Pulumi
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 |
|
DeviceDetector.NET
The Universal Device Detection library for .NET that parses User Agents and detects devices (desktop, tablet, mobile, tv, cars, console, etc.), clients (browsers, feed readers, media players, PIMs, ...), operating systems, brands and models. This is a port of the popular PHP device-detector library to C#. For the most part you can just follow the documentation for device-detector with no issue. |
GitHub repositories (13)
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.
|
|
spectresystems/jarvis
Your robotic butler.
|
|
WolvenKit/WolvenKit
Mod editor/creator for RED Engine games. The point is to have an all in one tool for creating mods for the games made with the engine.
|
|
bilal-fazlani/commanddotnet
A modern framework for building modern CLI apps
|
|
aspose-words/Aspose.Words-for-.NET
Aspose.Words for .NET examples, plugins and showcases
|
Version | Downloads | Last updated |
---|---|---|
2.2.0-rc.0 | 1 | 5/15/2022 |
2.1.0 | 31,452 | 3/19/2022 |
2.1.0-rc.1 | 53 | 3/19/2022 |
2.1.0-rc.0 | 169 | 3/7/2022 |
2.0.6 | 2,372,347 | 12/28/2019 |
2.0.5 | 175,348 | 10/27/2019 |
2.0.4 | 2,188,128 | 8/1/2016 |
2.0.3 | 1,764 | 7/31/2016 |
1.1.2 | 2,192,965 | 5/13/2014 |
1.1.1 | 2,711 | 11/24/2013 |
1.1.0 | 1,233 | 11/15/2013 |
1.0.5 | 1,643 | 7/1/2013 |
1.0.4 | 1,334 | 7/1/2013 |
1.0.3 | 1,572 | 1/10/2013 |
1.0.1 | 1,239 | 1/10/2013 |
1.0.0 | 1,553 | 1/9/2013 |
Add precedence comparison methods in conformance of changed precedence rules in v2.0.0 (ignore build information on precedence comparison).