From ee9e9a138b88274cf3f7d4880a49a7d3380654c5 Mon Sep 17 00:00:00 2001 From: enn3 Date: Mon, 27 May 2024 23:11:06 +0200 Subject: [PATCH] fixed workflow and bumped version --- .github/workflows/release.yml | 4 ++-- NewRGB.csproj | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bdc31a5..df5cb9a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: uses: microsoft/setup-msbuild@v2 - name: Setup Velopack run: | - dotnet tool update -g vpk + dotnet tool update -g vpk --version 0.0.503-gc69e323 - name: Build run: | dotnet publish -c Release --no-self-contained -r win-x64 -o publish -p:PublishTrimmed=true @@ -37,7 +37,7 @@ jobs: run: | sudo add-apt-repository universe sudo apt install libfuse2 - dotnet tool update -g vpk + dotnet tool update -g vpk --version 0.0.503-gc69e323 - name: Build run: | chmod +x build-linux.sh diff --git a/NewRGB.csproj b/NewRGB.csproj index ef952cb..ee2662c 100644 --- a/NewRGB.csproj +++ b/NewRGB.csproj @@ -1,6 +1,6 @@  - 0.2.4 + 0.3.0 WinExe net8.0 enable @@ -40,7 +40,7 @@ - +