Add a try clause to the plugin loader

This commit is contained in:
Zontreck 2020-06-21 01:00:41 -07:00
parent e985c5fd12
commit 9e3d08ddcc
2 changed files with 20 additions and 12 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.012")]
[assembly: AssemblyFileVersion("5.2.013")]
[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.012";
public static string BotVer = "5.2.013";
public static string GitPassword
{
get