Skip to content

Commit

Permalink
fixed workflow and bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
Enn3Developer committed May 27, 2024
1 parent b970b40 commit ee9e9a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions NewRGB.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>0.2.4</Version>
<Version>0.3.0</Version>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
Expand Down Expand Up @@ -40,7 +40,7 @@
<PackageReference Include="SharpCompress" Version="0.36.0"/>
<PackageReference Include="System.Diagnostics.PerformanceCounter" Version="8.0.0"/>
<PackageReference Include="System.Management" Version="8.0.0"/>
<PackageReference Include="Velopack" Version="0.0.359"/>
<PackageReference Include="Velopack" Version="0.0.503-gc69e323"/>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit ee9e9a1

Please sign in to comment.