diff --git a/EssentialsPlugin/AssemblyFileVersion.cs b/EssentialsPlugin/AssemblyFileVersion.cs
index f9e2051..37779bb 100644
--- a/EssentialsPlugin/AssemblyFileVersion.cs
+++ b/EssentialsPlugin/AssemblyFileVersion.cs
@@ -1,4 +1,4 @@
-//2237
+//2243
//
// This code was generated by a tool. Any changes made manually will be lost
// the next time this code is regenerated.
@@ -6,5 +6,5 @@
using System.Reflection;
-[assembly: AssemblyFileVersion("1.4.0.2237")]
-[assembly: AssemblyVersion("1.4.0.2237")]
\ No newline at end of file
+[assembly: AssemblyFileVersion("1.5.0.2243")]
+[assembly: AssemblyVersion("1.5.0.2243")]
\ No newline at end of file
diff --git a/EssentialsPlugin/AssemblyFileVersion.tt b/EssentialsPlugin/AssemblyFileVersion.tt
index 97c439d..9f2314d 100644
--- a/EssentialsPlugin/AssemblyFileVersion.tt
+++ b/EssentialsPlugin/AssemblyFileVersion.tt
@@ -29,5 +29,5 @@
using System.Reflection;
-[assembly: AssemblyFileVersion("1.4.0.<#= revisionNumber #>")]
-[assembly: AssemblyVersion("1.4.0.<#= revisionNumber #>")]
\ No newline at end of file
+[assembly: AssemblyFileVersion("1.5.0.<#= revisionNumber #>")]
+[assembly: AssemblyVersion("1.5.0.<#= revisionNumber #>")]
\ No newline at end of file
diff --git a/EssentialsPlugin/ChatHandlers/Admin/HandleAdminStatistics.cs b/EssentialsPlugin/ChatHandlers/Admin/HandleAdminStatistics.cs
index 933c6da..711ae3b 100644
--- a/EssentialsPlugin/ChatHandlers/Admin/HandleAdminStatistics.cs
+++ b/EssentialsPlugin/ChatHandlers/Admin/HandleAdminStatistics.cs
@@ -28,7 +28,7 @@ public override bool AllowedInConsole()
public override bool HandleCommand( ulong userId, string command )
{
StringBuilder sb = new StringBuilder( );
- Sandbox.Stats.Generic.WriteTo(sb);
+ VRage.Utils.Stats.Generic.WriteTo(sb);
Communication.SendPrivateInformation(userId, sb.ToString());
return true;
}
diff --git a/EssentialsPlugin/Core.cs b/EssentialsPlugin/Core.cs
index 1a82472..991deda 100644
--- a/EssentialsPlugin/Core.cs
+++ b/EssentialsPlugin/Core.cs
@@ -1351,11 +1351,11 @@ public string Name
}
}
- public string Version
+ public Version Version
{
get
{
- return typeof(Essentials).Assembly.GetName().Version.ToString();
+ return typeof(Essentials).Assembly.GetName().Version;
}
}
diff --git a/EssentialsPlugin/EssentialsPlugin.csproj b/EssentialsPlugin/EssentialsPlugin.csproj
index 09bd5e4..78e3a4b 100644
--- a/EssentialsPlugin/EssentialsPlugin.csproj
+++ b/EssentialsPlugin/EssentialsPlugin.csproj
@@ -214,17 +214,17 @@
False
..\..\SE-Community-Mod-API\GameLibraries\Sandbox.Game.dll
-
+
False
- ..\..\SE-Community-Mod-API\SEServerExtender\bin\x64\Release\SEModAPI.dll
+ ..\..\SEServerExtender\SEServerExtender\bin\x64\Release\SEModAPI.dll
-
+
False
- ..\..\SE-Community-Mod-API\SEServerExtender\bin\x64\Release\SEModAPIExtensions.dll
+ ..\..\SEServerExtender\SEServerExtender\bin\x64\Release\SEModAPIExtensions.dll
-
+
False
- ..\..\SE-Community-Mod-API\SEServerExtender\bin\x64\Release\SEModAPIInternal.dll
+ ..\..\SEServerExtender\SEServerExtender\bin\x64\Release\SEModAPIInternal.dll
@@ -232,9 +232,9 @@
-
+
False
- ..\..\SE-Community-Mod-API\GameLibraries\VRage.Common.dll
+ ..\..\SEServerExtender\GameLibraries\VRage.dll
False