Updated api to 1,13.
This commit is contained in:
parent
a8ce4e511e
commit
b37552ff27
5 changed files with 6 additions and 9 deletions
|
|
@ -85,7 +85,7 @@ namespace TShockAPI
|
||||||
{
|
{
|
||||||
if (names == null || names.Length < 1)
|
if (names == null || names.Length < 1)
|
||||||
throw new NotSupportedException();
|
throw new NotSupportedException();
|
||||||
Permissions = null;
|
Permissions = new List<string>();
|
||||||
Names = new List<string>(names);
|
Names = new List<string>(names);
|
||||||
command = cmd;
|
command = cmd;
|
||||||
AllowServer = true;
|
AllowServer = true;
|
||||||
|
|
|
||||||
|
|
@ -48,5 +48,5 @@ using System.Runtime.InteropServices;
|
||||||
// Build Number
|
// Build Number
|
||||||
// MMdd of the build
|
// MMdd of the build
|
||||||
|
|
||||||
[assembly: AssemblyVersion("4.0.5.0222")]
|
[assembly: AssemblyVersion("4.1.0.0419")]
|
||||||
[assembly: AssemblyFileVersion("4.0.5.0222")]
|
[assembly: AssemblyFileVersion("4.1.0.0419")]
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@ using TShockAPI.Net;
|
||||||
|
|
||||||
namespace TShockAPI
|
namespace TShockAPI
|
||||||
{
|
{
|
||||||
[APIVersion(1, 12)]
|
[APIVersion(1, 13)]
|
||||||
public class TShock : TerrariaPlugin
|
public class TShock : TerrariaPlugin
|
||||||
{
|
{
|
||||||
private const string LogFormatDefault = "yyyy-MM-dd_HH-mm-ss";
|
private const string LogFormatDefault = "yyyy-MM-dd_HH-mm-ss";
|
||||||
|
|
|
||||||
|
|
@ -76,11 +76,8 @@
|
||||||
<Reference Include="Microsoft.CSharp" />
|
<Reference Include="Microsoft.CSharp" />
|
||||||
<Reference Include="System.Data" />
|
<Reference Include="System.Data" />
|
||||||
<Reference Include="System.Xml" />
|
<Reference Include="System.Xml" />
|
||||||
<Reference Include="TerrariaServer, Version=1.0.4.0, Culture=neutral, processorArchitecture=x86">
|
<Reference Include="TerrariaServer">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
|
||||||
<ExecutableExtension>.exe</ExecutableExtension>
|
|
||||||
<HintPath>..\TerrariaServerBins\TerrariaServer.exe</HintPath>
|
<HintPath>..\TerrariaServerBins\TerrariaServer.exe</HintPath>
|
||||||
<Private>False</Private>
|
|
||||||
</Reference>
|
</Reference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
@ -189,7 +186,7 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ProjectExtensions>
|
<ProjectExtensions>
|
||||||
<VisualStudio>
|
<VisualStudio>
|
||||||
<UserProperties BuildVersion_IncrementBeforeBuild="False" BuildVersion_StartDate="2011/6/17" BuildVersion_BuildVersioningStyle="None.None.None.MonthAndDayStamp" BuildVersion_BuildAction="Both" BuildVersion_UpdateFileVersion="True" BuildVersion_UpdateAssemblyVersion="True" />
|
<UserProperties BuildVersion_UpdateAssemblyVersion="True" BuildVersion_UpdateFileVersion="True" BuildVersion_BuildAction="Both" BuildVersion_BuildVersioningStyle="None.None.None.MonthAndDayStamp" BuildVersion_StartDate="2011/6/17" BuildVersion_IncrementBeforeBuild="False" />
|
||||||
</VisualStudio>
|
</VisualStudio>
|
||||||
</ProjectExtensions>
|
</ProjectExtensions>
|
||||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue