From 29fe1b29b639f6e94568e64872c76939b99fdb8f Mon Sep 17 00:00:00 2001 From: Jon Kjennbakken Date: Wed, 9 Oct 2024 11:41:45 +0200 Subject: [PATCH] Include codegen projects in release (#70) --- .github/workflows/release.yml | 2 +- src/Vipps.net/Vipps.net.csproj | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 932f690..000ab80 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: run: dotnet restore "./src/Vipps.net/Vipps.net.csproj" # Create Nuget package. - name: Pack Nuget - run: dotnet pack "./src/Vipps.net/Vipps.net.csproj" --include-source --output out --configuration Release --no-restore + run: dotnet pack "./src/Vipps.net/Vipps.net.csproj" --include-source --include-referenced-projects --output out --configuration Release --no-restore # Setup necessary info to create tag - name: Set tag variable with v, for use in tag and release based on packed Nuget run: "echo \"RELEASE_TAG=v$(find ./out -maxdepth 1 -name Vipps.net.*.nupkg | grep -oP '((\\d+)\\.(\\d+)\\.(\\d+)(.*?))')\" >> $GITHUB_ENV" diff --git a/src/Vipps.net/Vipps.net.csproj b/src/Vipps.net/Vipps.net.csproj index 81f4e5d..a68c025 100644 --- a/src/Vipps.net/Vipps.net.csproj +++ b/src/Vipps.net/Vipps.net.csproj @@ -6,7 +6,7 @@ Vipps.net Vipps.net SDK Vipps.net - 1.0.1 + 1.0.2 Vipps Mobilepay AS Vipps Mobilepay AS Vipps SDK .Net @@ -35,13 +35,13 @@ - + - - + +