From 0738a230a37a5bd68e2d4616b2584eecd921ea8d Mon Sep 17 00:00:00 2001 From: KoCoder Date: Sat, 14 Feb 2026 00:03:24 +0100 Subject: [PATCH] CI: dynamic versions --- Interfaces/Interfaces.nuspec | 2 +- Interfaces/release.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Interfaces/Interfaces.nuspec b/Interfaces/Interfaces.nuspec index 474636e..0b00165 100644 --- a/Interfaces/Interfaces.nuspec +++ b/Interfaces/Interfaces.nuspec @@ -2,7 +2,7 @@ $projectname$ - 1.0.0 + $version$ SZUAbsolventenverein SZUAbsolventenverein Interfaces diff --git a/Interfaces/release.sh b/Interfaces/release.sh index 06af3ad..edf6b03 100644 --- a/Interfaces/release.sh +++ b/Interfaces/release.sh @@ -11,7 +11,7 @@ echo "ENV: ${TargetFramework} ${ProjectName} ${Configuration} RN: ${GITHUB_REF_N cat $ProjectName.nuspec find . -name *.nupkg -delete -dotnet pack $ProjectName.nuspec "/p:targetframework=${TargetFramework};ProjectName=${ProjectName};Config=${Configuration}" +dotnet pack $ProjectName.nuspec "/p:targetframework=${TargetFramework};ProjectName=${ProjectName};Config=${Configuration};version=${GITHUB_REF_NAME}" if [ $Configuration == 'PublishNuget' ]; then echo "Skipping copy to Oqtane.Server/Packages"