From f695b36337b95d1a70f166183e39058094a914d2 Mon Sep 17 00:00:00 2001 From: Sipke Schoorstra Date: Mon, 26 Feb 2024 18:12:34 +0100 Subject: [PATCH] Update version in GitHub workflows The version number in the packages.yml file under GitHub workflows has been updated. The new version has been changed from 3.0.5-preview to 3.0.6-preview. This revision is aligned with the progress of our development stages. --- .github/workflows/packages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml index d80fb94623..31da5def2e 100644 --- a/.github/workflows/packages.yml +++ b/.github/workflows/packages.yml @@ -29,7 +29,7 @@ jobs: TAG_NAME=${TAG_NAME#refs/tags/} # remove the refs/tags/ prefix echo "VERSION=${TAG_NAME}" >> $GITHUB_ENV else - echo "VERSION=3.0.5-preview.${{github.run_number}}" >> $GITHUB_ENV + echo "VERSION=3.0.6-preview.${{github.run_number}}" >> $GITHUB_ENV fi - name: Build run: dotnet build --configuration Release /p:Version=${VERSION}