Skip to content
This repository was archived by the owner on Apr 17, 2021. It is now read-only.

Commit b6d07a2

Browse files
committed
Build 3
1 parent e5c2372 commit b6d07a2

17 files changed

+5
-5
lines changed
-512 Bytes
Binary file not shown.
71.5 KB
Binary file not shown.
-2.5 KB
Binary file not shown.
106 KB
Binary file not shown.
-92 KB
Binary file not shown.

Binaries/Plugins/tdsm.core.dll

-512 Bytes
Binary file not shown.

Binaries/Plugins/tdsm.core.pdb

-570 KB
Binary file not shown.

Binaries/tdsm-patcher.exe

-5 KB
Binary file not shown.

Binaries/tdsm-patcher.pdb

6 KB
Binary file not shown.

Binaries/tdsm.api.dll

-15.5 KB
Binary file not shown.

Binaries/tdsm.api.pdb

290 KB
Binary file not shown.

Binaries/tdsm.exe

5.5 KB
Binary file not shown.

tdsm-api/Globals.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public enum ReleasePhase : ushort
1414
}
1515
public static class Globals
1616
{
17-
public const Int32 Build = 2;
17+
public const Int32 Build = 3;
1818
public const ReleasePhase BuildPhase = ReleasePhase.Beta;
1919

2020
public const Int32 TerrariaRelease = 146;

tdsm-core/Entry.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ namespace TDSM.Core
1919
{
2020
public partial class Entry : BasePlugin
2121
{
22-
public const Int32 CoreBuild = 2;
22+
public const Int32 CoreBuild = 3;
2323

2424
private bool _useTimeLock;
2525

tdsm-mysql-connector/SqlPermissions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public class SqlPermissions : BasePlugin
1111

1212
public SqlPermissions()
1313
{
14-
this.TDSMBuild = 2;
14+
this.TDSMBuild = 3;
1515
this.Version = "1";
1616
this.Author = "TDSM";
1717
this.Name = "MySQL Connector";

tdsm-patcher/Program.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ namespace tdsm.patcher
1818
public class Program
1919
{
2020
public const String TDSMGuid = "9f7bca2e-4d2e-4244-aaae-fa56ca7797ec";
21-
public const Int32 Build = 2;
21+
public const Int32 Build = 3;
2222
// public static bool IsPatching { get; private set; }
2323

2424
// static Program()

tdsm-sqlite-connector/Plugin.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class Plugin : BasePlugin
1313

1414
public Plugin()
1515
{
16-
this.TDSMBuild = 2;
16+
this.TDSMBuild = 3;
1717
this.Version = "1";
1818
this.Author = "TDSM";
1919
this.Name = "SQLite Connector";

0 commit comments

Comments
 (0)