Ubiquity.NET.Versioning
5.0.0-rc.1
See the version list below for details.
dotnet add package Ubiquity.NET.Versioning --version 5.0.0-rc.1
NuGet\Install-Package Ubiquity.NET.Versioning -Version 5.0.0-rc.1
<PackageReference Include="Ubiquity.NET.Versioning" Version="5.0.0-rc.1" />
<PackageVersion Include="Ubiquity.NET.Versioning" Version="5.0.0-rc.1" />
<PackageReference Include="Ubiquity.NET.Versioning" />
paket add Ubiquity.NET.Versioning --version 5.0.0-rc.1
#r "nuget: Ubiquity.NET.Versioning, 5.0.0-rc.1"
#:package Ubiquity.NET.Versioning@5.0.0-rc.1
#addin nuget:?package=Ubiquity.NET.Versioning&version=5.0.0-rc.1&prerelease
#tool nuget:?package=Ubiquity.NET.Versioning&version=5.0.0-rc.1&prerelease
About
The Ubiquity.NET.Versioning library provides types to support use of a Constrained Semantic Version (CSemVer) in a build. It is viable as a standalone package to allow validation of or comparisons to versions reported at runtime. (Especially from native interop that does not support NuGet package dependencies or versioning at runtime.)
Example
var epectedMinimum = new CSemVer(20, 1, 5, "alpha");
var actual = CSemVer.From(SomeAPIToRetrieveAVersionAsUInt64());
if (actual < expectedMinimum)
{
// Uh-OH! "older" version!
}
// Good to go...
Formatting
The library also contains support for proper formatting of strings based on the rules of a CSemVer
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. 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. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Ubiquity.NET.Versioning:
Package | Downloads |
---|---|
Ubiquity.NET.Llvm.Interop
.NET Low Level Interop Bindings for Ubiquity.LibLLVM []. Direct use of this low level API is **STRONGLY** discouraged, instead you should use the Ubiquity.NET.Llvm package, which provides a full C# object model projection of the LLVM APIs on top of this library. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
6.0.1 | 165 | 7/15/2025 |
6.0.1-beta | 133 | 7/14/2025 |
6.0.1-alpha | 136 | 7/10/2025 |
5.0.4 | 90 | 6/28/2025 |
5.0.3-alpha | 81 | 6/27/2025 |
5.0.1-alpha | 80 | 6/27/2025 |
5.0.0-rc.1 | 267 | 6/10/2025 |
5.0.0-rc | 201 | 6/4/2025 |
4.0.0-a | 140 | 5/21/2025 |