File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
uses : microsoft/setup-msbuild@v2
18
18
- name : Setup Velopack
19
19
run : |
20
- dotnet tool update -g vpk
20
+ dotnet tool update -g vpk --version 0.0.503-gc69e323
21
21
- name : Build
22
22
run : |
23
23
dotnet publish -c Release --no-self-contained -r win-x64 -o publish -p:PublishTrimmed=true
37
37
run : |
38
38
sudo add-apt-repository universe
39
39
sudo apt install libfuse2
40
- dotnet tool update -g vpk
40
+ dotnet tool update -g vpk --version 0.0.503-gc69e323
41
41
- name : Build
42
42
run : |
43
43
chmod +x build-linux.sh
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <Version >0.2.4 </Version >
3
+ <Version >0.3.0 </Version >
4
4
<OutputType >WinExe</OutputType >
5
5
<TargetFramework >net8.0</TargetFramework >
6
6
<Nullable >enable</Nullable >
40
40
<PackageReference Include =" SharpCompress" Version =" 0.36.0" />
41
41
<PackageReference Include =" System.Diagnostics.PerformanceCounter" Version =" 8.0.0" />
42
42
<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 " />
44
44
</ItemGroup >
45
45
46
46
<ItemGroup >
You can’t perform that action at this time.
0 commit comments