update module bot

This commit is contained in:
Zontreck 2020-09-04 14:20:58 -07:00
parent 426089c654
commit 123d5ace55
2 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ using LibZNI;
[assembly: AssemblyCompany("ZNI")] [assembly: AssemblyCompany("ZNI")]
[assembly: AssemblyAlgorithmId(System.Configuration.Assemblies.AssemblyHashAlgorithm.MD5)] [assembly: AssemblyAlgorithmId(System.Configuration.Assemblies.AssemblyHashAlgorithm.MD5)]
[assembly: AssemblyCopyright("(C) 2020 Tara Piccari")] [assembly: AssemblyCopyright("(C) 2020 Tara Piccari")]
[assembly: AssemblyFileVersion("5.0.5.1251")] [assembly: AssemblyFileVersion("5.0.5.1252")]
[assembly: AssemblyDescription("Second Life Bot - BotCore5")] [assembly: AssemblyDescription("Second Life Bot - BotCore5")]
[assembly: AutoUpdater("/job/ZBotCore/job/BotCore5", "module.tar")] [assembly: AutoUpdater("/job/ZBotCore/job/BotCore5", "module.tar")]
@ -16,7 +16,7 @@ namespace Bot.Assemble
public class ASMInfo public class ASMInfo
{ {
public static string BotName = "ZBotCore"; public static string BotName = "ZBotCore";
public static string BotVer = "5.0.5.1251"; public static string BotVer = "5.0.5.1252";
public static string GitPassword public static string GitPassword
{ {
get get

View file

@ -49,7 +49,7 @@ namespace Bot
//if (!File.Exists("OpenCollarBot.bdf")) return; //if (!File.Exists("OpenCollarBot.bdf")) return;
SerialManager sm = new SerialManager(); SerialManager sm = new SerialManager();
sm.Write<zGroupCaches>("BotData/zGroupCache/" + CustomName, this); sm.Write<zGroupCaches>("zGroupCache/" + CustomName, this);
sm = null; sm = null;
} }