Skip to content

Commit

Permalink
Merge branch 'upcoming' into upcoming-client-release
Browse files Browse the repository at this point in the history
  • Loading branch information
SignatureBeef committed Nov 17, 2022
2 parents daf1e27 + d600fa5 commit 81c3af5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions OTAPI.Patcher/OTAPI.Patcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<Version>3.1.19</Version>
<Version>3.1.20</Version>
<PreserveCompilationContext>true</PreserveCompilationContext>
<PlatformTarget>x64</PlatformTarget>
<RuntimeIdentifiers>win7-x64;osx.10.11-x64;ubuntu.16.04-x64</RuntimeIdentifiers>
<Nullable>enable</Nullable>
<PackageReleaseNotes>Initial 1.4.4.8.1 support</PackageReleaseNotes>
<PackageReleaseNotes>Initial 1.4.4.9 support</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ModFramework.Modules.ClearScript" Version="1.1.7" />
Expand Down
2 changes: 1 addition & 1 deletion OTAPI.Patcher/Resolvers/PCFileResolver.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class PCFileResolver : IFileResolver
{
public const String TerrariaWebsite = "https://terraria.org";

public virtual string SupportedDownloadUrl { get; } = $"{TerrariaWebsite}/api/download/pc-dedicated-server/terraria-server-14481.zip";
public virtual string SupportedDownloadUrl { get; } = $"{TerrariaWebsite}/api/download/pc-dedicated-server/terraria-server-1449.zip";

public virtual string GetUrlFromHttpResponse(string content)
{
Expand Down

0 comments on commit 81c3af5

Please sign in to comment.