Get basic ForgeCore server implemented
This commit is contained in:
parent
65f5cb722b
commit
0c694c3e78
9 changed files with 168 additions and 11 deletions
|
@ -6,7 +6,7 @@ using System.Reflection;
|
|||
[assembly: AssemblyCompany("Piccari Creations")]
|
||||
[assembly: AssemblyAlgorithmId(System.Configuration.Assemblies.AssemblyHashAlgorithm.MD5)]
|
||||
[assembly: AssemblyCopyright("(C) 2020 Tara Piccari")]
|
||||
[assembly: AssemblyFileVersion("5.0.7.9200")]
|
||||
[assembly: AssemblyFileVersion("6.0.1.0001")]
|
||||
[assembly: AssemblyDescription("ForgeCore Bot Server")]
|
||||
|
||||
namespace ForgeCore.Assemble
|
||||
|
@ -14,6 +14,6 @@ namespace ForgeCore.Assemble
|
|||
public class ASMInfo
|
||||
{
|
||||
public static string BotName = "ForgeCore";
|
||||
public static string BotVer = "2.0.121524.1636";
|
||||
public static string BotVer = "2.0.121724.1716";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue