Update bot to use new versioning scheme and add a automatic relog trigger after a number of hours

This commit is contained in:
Zontreck 2020-06-01 02:40:09 -07:00
parent 69f0507e0f
commit a50237304d
4 changed files with 28 additions and 4 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.819")]
[assembly: AssemblyFileVersion("5.1.931")]
[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.724;
public static string BotVer = "5.1.931";
public static string GitPassword
{
get