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"