From e6992bc05f6873f6643e42ff8bf58bed89bbfcf1 Mon Sep 17 00:00:00 2001 From: high Date: Mon, 20 Jun 2011 17:07:18 -0400 Subject: [PATCH] Updated api to v1.5 --- TShockAPI/GetDataHandlers.cs | 2 +- TShockAPI/Properties/AssemblyInfo.cs | 4 ++-- TShockAPI/TShock.cs | 1 + TShockAPI/TShockAPI.csproj | 5 ++++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/TShockAPI/GetDataHandlers.cs b/TShockAPI/GetDataHandlers.cs index 39231a5b..1929c3ce 100755 --- a/TShockAPI/GetDataHandlers.cs +++ b/TShockAPI/GetDataHandlers.cs @@ -21,9 +21,9 @@ using System.Diagnostics; using System.IO; using System.Text; using Microsoft.Xna.Framework; -using StreamBinary; using Terraria; using TerrariaAPI; +using XNAHelpers; namespace TShockAPI { diff --git a/TShockAPI/Properties/AssemblyInfo.cs b/TShockAPI/Properties/AssemblyInfo.cs index d5eb1cb0..8c798672 100644 --- a/TShockAPI/Properties/AssemblyInfo.cs +++ b/TShockAPI/Properties/AssemblyInfo.cs @@ -35,5 +35,5 @@ using System.Runtime.InteropServices; // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.1.0.0618")] -[assembly: AssemblyFileVersion("2.1.0.0618")] \ No newline at end of file +[assembly: AssemblyVersion("2.1.0.0620")] +[assembly: AssemblyFileVersion("2.1.0.0620")] \ No newline at end of file diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index 7c2e3d4e..a85bd8c5 100755 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -17,6 +17,7 @@ along with this program. If not, see . */ using System; using System.Collections.Generic; +using System.ComponentModel; using System.Diagnostics; using System.IO; using System.Net; diff --git a/TShockAPI/TShockAPI.csproj b/TShockAPI/TShockAPI.csproj index 473f3abd..aa28d8e9 100644 --- a/TShockAPI/TShockAPI.csproj +++ b/TShockAPI/TShockAPI.csproj @@ -67,6 +67,9 @@ TerrariaServerBins\TerrariaServerAPI.dll + + TerrariaServerBins\XNAHelpers.dll + @@ -134,7 +137,7 @@ - +