Skip to content

Commit

Permalink
Merge pull request Pryaxis#192 from moisterrific/patch-1
Browse files Browse the repository at this point in the history
Update to 1.4.2.3
  • Loading branch information
hakusaro committed May 17, 2021
2 parents e82ea40 + a0e7b9c commit e738a27
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 deletions.
Expand Up @@ -75,7 +75,7 @@
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
<Reference Include="OTAPI">
<HintPath>..\packages\OTAPI.2.0.0.42\lib\net451\OTAPI.dll</HintPath>
<HintPath>..\packages\OTAPI.2.0.0.43\lib\net451\OTAPI.dll</HintPath>
</Reference>
<Reference Include="OTAPI.Patcher.Engine">
<HintPath>..\packages\OTAPI.Patcher.2.0.0.41\lib\net451\OTAPI.Patcher.Engine.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion TShock.Modifications.Bootstrapper/packages.config
Expand Up @@ -6,6 +6,6 @@
<package id="NDesk.Options" version="0.2.1" targetFramework="net452" />
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net452" />
<package id="NuGet.Core" version="2.14.0" targetFramework="net452" />
<package id="OTAPI" version="2.0.0.42" targetFramework="net452" />
<package id="OTAPI" version="2.0.0.43" targetFramework="net452" />
<package id="OTAPI.Patcher" version="2.0.0.41" targetFramework="net452" />
</packages>
2 changes: 1 addition & 1 deletion TShock.Modifications.ClientUUID/ClientUUID.cs
Expand Up @@ -7,7 +7,7 @@ public class ClientUUID : ModificationBase
{
public override System.Collections.Generic.IEnumerable<string> AssemblyTargets => new[]
{
"OTAPI, Version=1.4.2.2, Culture=neutral, PublicKeyToken=null"
"OTAPI, Version=1.4.2.3, Culture=neutral, PublicKeyToken=null"
};
public override string Description => "Adding RemoteClient.ClientUUID...";
public override void Run()
Expand Down
2 changes: 1 addition & 1 deletion TShock.Modifications.ConnectionLoop/ConnectionLoop.cs
Expand Up @@ -19,7 +19,7 @@ public sealed class ConnectionLoop : ModificationBase
{
/// <inheritdoc />
public override IEnumerable<string> AssemblyTargets =>
new[] { "OTAPI, Version=1.4.2.2, Culture=neutral, PublicKeyToken=null" };
new[] { "OTAPI, Version=1.4.2.3, Culture=neutral, PublicKeyToken=null" };

/// <inheritdoc />
public override string Description => "Patching connection loop exploit...";
Expand Down
Expand Up @@ -55,7 +55,7 @@
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
<Reference Include="OTAPI">
<HintPath>..\packages\OTAPI.2.0.0.42\lib\net451\OTAPI.dll</HintPath>
<HintPath>..\packages\OTAPI.2.0.0.43\lib\net451\OTAPI.dll</HintPath>
</Reference>
<Reference Include="ILRepack">
<HintPath>..\packages\ILRepack.Lib.2.0.15\lib\net40\ILRepack.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion TShock.Modifications.ConnectionLoop/packages.config
Expand Up @@ -4,6 +4,6 @@
<package id="Mono.Cecil" version="0.9.6.4" targetFramework="net452" />
<package id="NDesk.Options" version="0.2.1" targetFramework="net452" />
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net452" />
<package id="OTAPI" version="2.0.0.42" targetFramework="net452" />
<package id="OTAPI" version="2.0.0.43" targetFramework="net452" />
<package id="OTAPI.Patcher" version="2.0.0.41" targetFramework="net452" />
</packages>
2 changes: 1 addition & 1 deletion TShock.Modifications.Explosives/Explosives.cs
Expand Up @@ -8,7 +8,7 @@ public class Explosives : ModificationBase
{
public override System.Collections.Generic.IEnumerable<string> AssemblyTargets => new[]
{
"OTAPI, Version=1.4.2.2, Culture=neutral, PublicKeyToken=null"
"OTAPI, Version=1.4.2.3, Culture=neutral, PublicKeyToken=null"
};
public override string Description => "Adding ItemID.Sets.Explosives...";
public override void Run()
Expand Down
2 changes: 1 addition & 1 deletion TShock.Modifications.Platform/PlatformModification.cs
Expand Up @@ -17,7 +17,7 @@ public class PlatformModification : ModificationBase
{
public override IEnumerable<string> AssemblyTargets => new[]
{
"OTAPI, Version=1.4.2.2, Culture=neutral, PublicKeyToken=null"
"OTAPI, Version=1.4.2.3, Culture=neutral, PublicKeyToken=null"
};

public override string Description => "Enforcing OTAPI to load right platform...";
Expand Down
Expand Up @@ -54,7 +54,7 @@
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="OTAPI">
<HintPath>..\packages\OTAPI.2.0.0.42\lib\net451\OTAPI.dll</HintPath>
<HintPath>..\packages\OTAPI.2.0.0.43\lib\net451\OTAPI.dll</HintPath>
</Reference>
<Reference Include="ILRepack">
<HintPath>..\packages\ILRepack.Lib.2.0.15\lib\net40\ILRepack.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion TShock.Modifications.Platform/packages.config
Expand Up @@ -4,6 +4,6 @@
<package id="Mono.Cecil" version="0.9.6.4" targetFramework="net452" />
<package id="NDesk.Options" version="0.2.1" targetFramework="net452" />
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net452" />
<package id="OTAPI" version="2.0.0.42" targetFramework="net452" />
<package id="OTAPI" version="2.0.0.43" targetFramework="net452" />
<package id="OTAPI.Patcher" version="2.0.0.41" targetFramework="net452" />
</packages>
2 changes: 1 addition & 1 deletion TShock.Modifications.SSC/SSC.cs
Expand Up @@ -15,7 +15,7 @@ public class SSC : ModificationBase
{
public override System.Collections.Generic.IEnumerable<string> AssemblyTargets => new[]
{
"OTAPI, Version=1.4.2.2, Culture=neutral, PublicKeyToken=null"
"OTAPI, Version=1.4.2.3, Culture=neutral, PublicKeyToken=null"
};
public override string Description => "Adding server side character support...";
public override void Run()
Expand Down
2 changes: 1 addition & 1 deletion TShock.Modifications.SSC/TShock.Modifications.SSC.csproj
Expand Up @@ -55,7 +55,7 @@
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
<Reference Include="OTAPI">
<HintPath>..\packages\OTAPI.2.0.0.42\lib\net451\OTAPI.dll</HintPath>
<HintPath>..\packages\OTAPI.2.0.0.43\lib\net451\OTAPI.dll</HintPath>
</Reference>
<Reference Include="ILRepack">
<HintPath>..\packages\ILRepack.Lib.2.0.15\lib\net40\ILRepack.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion TShock.Modifications.SSC/packages.config
Expand Up @@ -4,6 +4,6 @@
<package id="Mono.Cecil" version="0.9.6.4" targetFramework="net452" />
<package id="NDesk.Options" version="0.2.1" targetFramework="net452" />
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net452" />
<package id="OTAPI" version="2.0.0.42" targetFramework="net452" />
<package id="OTAPI" version="2.0.0.43" targetFramework="net452" />
<package id="OTAPI.Patcher" version="2.0.0.41" targetFramework="net452" />
</packages>
4 changes: 2 additions & 2 deletions TerrariaServerAPI/Properties/AssemblyInfo.cs
Expand Up @@ -8,11 +8,11 @@
[assembly: AssemblyCompany("Re-Logic & The TShock Team")]
[assembly: AssemblyCopyright("Copyright 漏 Re-Logic, Pryaxis & TShock Contributors 2011-2020")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyFileVersion("1.4.2.2")]
[assembly: AssemblyFileVersion("1.4.2.3")]
[assembly: AssemblyProduct("Terraria")]
[assembly: AssemblyTitle("Terraria")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyVersion("1.4.2.2")]
[assembly: AssemblyVersion("1.4.2.3")]
[assembly: CompilationRelaxations(8)]
[assembly: ComVisible(false)]
[assembly: Debuggable(DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
Expand Down

0 comments on commit e738a27

Please sign in to comment.