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 @@ - +