Skip to content

Commit ba4cd94

Browse files
committed
Updated to Gmod.NET 0.7.0 RTM
1 parent 04c7638 commit ba4cd94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/GmodNET.Extensions.Hosting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: GmodNET.Extensions.Hosting CI
22

33
env:
4-
RUNTIME_DOWNLOAD_LINK: https://github.com/GmodNET/runtime-nightly/releases/download/0.7.0-rc.1.58638981.main/gmod-dot-net-linux.0.7.0-rc.1.58638981.main.tar.gz
4+
RUNTIME_DOWNLOAD_LINK: https://github.com/GmodNET/runtime-nightly/releases/download/0.7.0/gmod-dot-net-linux.0.7.0.tar.gz
55

66
on:
77
push:

GmodNET.Extensions.Hosting.Tests/GmodNET.Extensions.Hosting.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="GmodNET.API" Version="0.7.0-rc.1.58638981.main" />
10+
<PackageReference Include="GmodNET.API" Version="0.7.0" />
1111
<PackageReference Include="GmodNET.Serilog.Sink" Version="1.1.0" />
1212
<ProjectReference Include="../GmodNET.Extensions.Hosting/GmodNET.Extensions.Hosting.csproj" />
1313
</ItemGroup>

0 commit comments

Comments
 (0)