Skip to content

Commit 49b9b9c

Browse files
Merge pull request #93 from drunderscore/fix/support-1447
Update to 3.1.16 to support Terraria 1.4.4.7
2 parents cba1feb + fcc0237 commit 49b9b9c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

OTAPI.Patcher/OTAPI.Patcher.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>net6.0</TargetFramework>
6-
<Version>3.1.15</Version>
6+
<Version>3.1.16</Version>
77
<PreserveCompilationContext>true</PreserveCompilationContext>
88
<PlatformTarget>x64</PlatformTarget>
99
<RuntimeIdentifiers>win7-x64;osx.10.11-x64;ubuntu.16.04-x64</RuntimeIdentifiers>
1010
<Nullable>enable</Nullable>
11-
<PackageReleaseNotes>Initial Terraria 1.4.4.6 support</PackageReleaseNotes>
11+
<PackageReleaseNotes>Initial Terraria 1.4.4.7 support</PackageReleaseNotes>
1212
</PropertyGroup>
1313
<ItemGroup>
1414
<PackageReference Include="ModFramework.Modules.ClearScript" Version="1.1.6" />

OTAPI.Patcher/Resolvers/PCFileResolver.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class PCFileResolver : IFileResolver
2828
{
2929
public const String TerrariaWebsite = "https://terraria.org";
3030

31-
public virtual string SupportedDownloadUrl { get; } = $"{TerrariaWebsite}/api/download/pc-dedicated-server/terraria-server-1446-fixed.zip";
31+
public virtual string SupportedDownloadUrl { get; } = $"{TerrariaWebsite}/api/download/pc-dedicated-server/terraria-server-1447.zip";
3232

3333
public virtual string GetUrlFromHttpResponse(string content)
3434
{

0 commit comments

Comments
 (0)