File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
5
<TargetFramework >net6.0</TargetFramework >
6
- <Version >3.1.19 </Version >
6
+ <Version >3.1.20 </Version >
7
7
<PreserveCompilationContext >true</PreserveCompilationContext >
8
8
<PlatformTarget >x64</PlatformTarget >
9
9
<RuntimeIdentifiers >win7-x64;osx.10.11-x64;ubuntu.16.04-x64</RuntimeIdentifiers >
10
10
<Nullable >enable</Nullable >
11
- <PackageReleaseNotes >Initial 1.4.4.8.1 support</PackageReleaseNotes >
11
+ <PackageReleaseNotes >Initial 1.4.4.9 support</PackageReleaseNotes >
12
12
</PropertyGroup >
13
13
<ItemGroup >
14
14
<PackageReference Include =" ModFramework.Modules.ClearScript" Version =" 1.1.7" />
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ public class PCFileResolver : IFileResolver
28
28
{
29
29
public const String TerrariaWebsite = "https://terraria.org" ;
30
30
31
- public virtual string SupportedDownloadUrl { get ; } = $ "{ TerrariaWebsite } /api/download/pc-dedicated-server/terraria-server-14481 .zip";
31
+ public virtual string SupportedDownloadUrl { get ; } = $ "{ TerrariaWebsite } /api/download/pc-dedicated-server/terraria-server-1449 .zip";
32
32
33
33
public virtual string GetUrlFromHttpResponse ( string content )
34
34
{
You can’t perform that action at this time.
0 commit comments