Add experimental debug logging

This commit is contained in:
Zontreck 2020-06-22 01:09:50 -07:00
parent fc99995415
commit 48338805bd
6 changed files with 101 additions and 10 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.2.018")]
[assembly: AssemblyFileVersion("5.2.109")]
[assembly: AssemblyDescription("Second Life Bot - BotCore5")]
@ -15,7 +15,7 @@ namespace Bot.Assemble
public class ASMInfo
{
public static string BotName = "ZBotCore";
public static string BotVer = "5.2.018";
public static string BotVer = "5.2.109";
public static string GitPassword
{
get