Skip to content

Commit ee9e9a1

Browse files
committed
fixed workflow and bumped version
1 parent b970b40 commit ee9e9a1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: microsoft/setup-msbuild@v2
1818
- name: Setup Velopack
1919
run: |
20-
dotnet tool update -g vpk
20+
dotnet tool update -g vpk --version 0.0.503-gc69e323
2121
- name: Build
2222
run: |
2323
dotnet publish -c Release --no-self-contained -r win-x64 -o publish -p:PublishTrimmed=true
@@ -37,7 +37,7 @@ jobs:
3737
run: |
3838
sudo add-apt-repository universe
3939
sudo apt install libfuse2
40-
dotnet tool update -g vpk
40+
dotnet tool update -g vpk --version 0.0.503-gc69e323
4141
- name: Build
4242
run: |
4343
chmod +x build-linux.sh

NewRGB.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>0.2.4</Version>
3+
<Version>0.3.0</Version>
44
<OutputType>WinExe</OutputType>
55
<TargetFramework>net8.0</TargetFramework>
66
<Nullable>enable</Nullable>
@@ -40,7 +40,7 @@
4040
<PackageReference Include="SharpCompress" Version="0.36.0"/>
4141
<PackageReference Include="System.Diagnostics.PerformanceCounter" Version="8.0.0"/>
4242
<PackageReference Include="System.Management" Version="8.0.0"/>
43-
<PackageReference Include="Velopack" Version="0.0.359"/>
43+
<PackageReference Include="Velopack" Version="0.0.503-gc69e323"/>
4444
</ItemGroup>
4545

4646
<ItemGroup>

0 commit comments

Comments
 (0)