Update bot - move webhook server to main bot

This commit is contained in:
Zontreck 2020-04-19 22:34:34 -07:00
parent 2345db0da0
commit 58e593c898
6 changed files with 366 additions and 2 deletions

View file

@ -6,7 +6,7 @@ using System.Reflection;
[assembly: AssemblyCompany("ZNI")]
[assembly: AssemblyAlgorithmId(System.Configuration.Assemblies.AssemblyHashAlgorithm.MD5)]
[assembly: AssemblyCopyright("© 2020 Tara Piccari")]
[assembly: AssemblyFileVersion("5.405")]
[assembly: AssemblyFileVersion("5.513")]
[assembly: AssemblyDescription("Second Life Bot - BotCore5")]
@ -15,7 +15,7 @@ namespace Bot.Assemble
public class ASMInfo
{
public static string BotName = "ZBotCore";
public static double BotVer = 5.405;
public static double BotVer = 5.513;
public static string GitPassword
{
get