From 8377f974ba631b65f87a28ef7238b825ad07cc18 Mon Sep 17 00:00:00 2001 From: smaillet Date: Mon, 14 Jul 2025 12:16:37 -0700 Subject: [PATCH] Fixes #20 - Updates support to show Number and fix even if 0 * CSemVer-CI doesn't spell this (or much else) out explicitly. Instead it relies on examples assuming you see all the aspects of such a thing. * For a CSemVer-CI, as long as a Pre-release name exists, then the number and fix are always included even if 0. * Corrected spelling of parameter for PrereleaseVersion. * Updated tests to account for inclusion of number and fix in CI prerelease builds * Updated to latest task that includes fix for the same underlying issue so this package is versioned correctly --- Directory.Packages.props | 2 +- src/Ubiquity.NET.Versioning.UT/CSemVerCITests.cs | 4 ++-- .../PrereleaseVersionTests.cs | 4 ++-- src/Ubiquity.NET.Versioning/CSemVerCI.cs | 2 +- src/Ubiquity.NET.Versioning/PrereleaseVersion.cs | 10 +++++----- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 405e08e..7d68e59 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -4,7 +4,7 @@ Global references are included in ALL projects in this repository --> - +