From ddf5e6dacbb38ada253ee184a4389b72257771b3 Mon Sep 17 00:00:00 2001 From: Shank Date: Mon, 30 May 2011 01:18:34 -0600 Subject: [PATCH] Added version information. --- TShockAPI/TShock.cs | 5 +++++ TShockAPI/TShockAPI.csproj | 1 + 2 files changed, 6 insertions(+) diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index 040147af..08d7142c 100644 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -14,6 +14,11 @@ namespace TShockAPI { public static string saveDir = "./tshock/"; + public abstract Version Version + { + get { return new Version(0, 1); } + } + public override string Name { get { return "TShock"; } diff --git a/TShockAPI/TShockAPI.csproj b/TShockAPI/TShockAPI.csproj index 56ad2eb0..5482ca86 100644 --- a/TShockAPI/TShockAPI.csproj +++ b/TShockAPI/TShockAPI.csproj @@ -32,6 +32,7 @@ +