From c812aa623cff212fa25cefb608a5614fc0bf7db8 Mon Sep 17 00:00:00 2001 From: ionite34 Date: Sat, 30 Dec 2023 12:47:09 +0800 Subject: [PATCH] add NuGetVersion --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 20553960..0c4b60ad 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -219,6 +219,7 @@ jobs: -t:BundleApp -p:UseAppHost=true -p:SelfContained=true -p:Configuration=Release -p:RuntimeIdentifier=${{ env.platform-id }} -p:Version="$RELEASE_VERSION" + -p:NuGetVersion="$RELEASE_VERSION" -p:PublishDir=out -p:PublishReadyToRun=true -p:CFBundleShortVersionString="$RELEASE_VERSION"