From daead29d31c421988a69fffdaa4981e7de535f10 Mon Sep 17 00:00:00 2001 From: MaddoScientisto Date: Sun, 15 Feb 2026 19:45:46 +0100 Subject: [PATCH] Refactor GitVersion configuration in project file to prioritize safe version composition from MSBuild properties --- src/AIFotoONLUS.Core/AIFotoONLUS.Core.csproj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/AIFotoONLUS.Core/AIFotoONLUS.Core.csproj b/src/AIFotoONLUS.Core/AIFotoONLUS.Core.csproj index 9f39d5d..99a3eeb 100644 --- a/src/AIFotoONLUS.Core/AIFotoONLUS.Core.csproj +++ b/src/AIFotoONLUS.Core/AIFotoONLUS.Core.csproj @@ -13,7 +13,9 @@ https://gitlab.com/MaddoScientisto/aifotoonlus - $(GitVersion_NuGetVersionV2) + + $(GitVersion_MajorMinorPatch)-$(GitVersion_EscapedBranchName).$(GitVersion_PreReleaseNumber) + $(GitVersion_NuGetVersionV2) $([System.Text.RegularExpressions.Regex]::Replace('$(GitVersionRaw)','[{}]','')) $(GitVersionSanitized) 0.1.0