Pitchfork.SemanticVersioning 1.0.1

dotnet add package Pitchfork.SemanticVersioning --version 1.0.1                
NuGet\Install-Package Pitchfork.SemanticVersioning -Version 1.0.1                
此命令旨在用于 Visual Studio 的包管理器控制台,因为它是使用 NuGet 模块的版本的 Install-Package
<PackageReference Include="Pitchfork.SemanticVersioning" Version="1.0.1" />                
对于支持 PackageReference 的项目,将此 XML 节点复制到项目文件中,以便引用代码包。
paket add Pitchfork.SemanticVersioning --version 1.0.1                
#r "nuget: Pitchfork.SemanticVersioning, 1.0.1"                
#r 指令可用于 F# Interactive 和多语言笔记本。将此内容复制到交互工具或脚本的源代码中,以便引用代码包。
// Install Pitchfork.SemanticVersioning as a Cake Addin
#addin nuget:?package=Pitchfork.SemanticVersioning&version=1.0.1

// Install Pitchfork.SemanticVersioning as a Cake Tool
#tool nuget:?package=Pitchfork.SemanticVersioning&version=1.0.1                

Pitchfork.SemanticVersioning

解析 SemVer 字符串的帮助程序。

此库实现了 SemVer 规范的 2.0.0 版本。有关更多信息,请参阅 https://semver.org/。字符串将严格按照规范进行解析,并且必须具有 <major>.<minor>.<patch>[-<prerelease>][+<build>] 格式。

示例用法

using Pitchfork.SemanticVersioning;

SemanticVersion a = new SemanticVersion("1.2.3-preview.1");
SemanticVersion b = new SemanticVersion("1.2.3");
Console.WriteLine(a < b); // prints "True"
产品 兼容和额外的目标框架版本。
.NET net5.0 已计算。  net5.0-windows 已计算。  net6.0 兼容。  net6.0-android 已计算。  net6.0-ios 已计算。  net6.0-maccatalyst 已计算。  net6.0-macos 已计算。  net6.0-tvos 已计算。  net6.0-windows 已计算。  net7.0 已计算。  net7.0-android 已计算。  net7.0-ios 已计算。  net7.0-maccatalyst 已计算。  net7.0-macos 已计算。  net7.0-tvos 已计算。  net7.0-windows 已计算。  net8.0 兼容。  net8.0-android 已计算。  net8.0-browser 已计算。  net8.0-ios 已计算。  net8.0-maccatalyst 已计算。  net8.0-macos 已计算。  net8.0-tvos 已计算。  net8.0-windows 已计算。 
.NET Core netcoreapp2.0 已计算。  netcoreapp2.1 已计算。  netcoreapp2.2 已计算。  netcoreapp3.0 已计算。  netcoreapp3.1 已计算。 
.NET Standard netstandard2.0 兼容。  netstandard2.1 已计算。 
.NET Framework net461 已计算.  net462 兼容.  net463 已计算.  net47 已计算.  net471 已计算.  net472 已计算.  net48 已计算.  net481 已计算. 
MonoAndroid monoandroid 已计算. 
MonoMac monomac 已计算. 
MonoTouch monotouch 已计算. 
Tizen tizen40 已计算.  tizen60 已计算. 
Xamarin.iOS xamarinios 已计算. 
Xamarin.Mac xamarinmac 已计算. 
Xamarin.TVOS xamarintvos 已计算. 
Xamarin.WatchOS xamarinwatchos 已计算. 
兼容的目标框架
包括的目标框架(包含在包中)
了解更多关于 目标框架.NET Standard 的信息。

NuGet 包

此包没有被任何 NuGet 包使用。

GitHub 代码库

此包没有被任何流行的 GitHub 代码库使用。

版本 下载 最后更新
1.0.1 201 3/1/2024
1.0.0 108 3/1/2024