diff --git a/.gitignore b/.gitignore index b9fba22e..e110c69f 100644 --- a/.gitignore +++ b/.gitignore @@ -41,4 +41,6 @@ Thumbs.db *.suo *.sdf *.opensdf -*.csproj.user \ No newline at end of file +*.csproj.user +*.cache +*.txt diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index 040147af..e92b8120 100644 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -14,6 +14,11 @@ namespace TShockAPI { public static string saveDir = "./tshock/"; + public override 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 @@ +