diff --git a/Assembly/ASMInfo.cs b/Assembly/ASMInfo.cs index c253caa..60115db 100644 --- a/Assembly/ASMInfo.cs +++ b/Assembly/ASMInfo.cs @@ -7,7 +7,7 @@ using LibZNI; [assembly: AssemblyCompany("ZNI")] [assembly: AssemblyAlgorithmId(System.Configuration.Assemblies.AssemblyHashAlgorithm.MD5)] [assembly: AssemblyCopyright("(C) 2020 Tara Piccari")] -[assembly: AssemblyFileVersion("5.0.5.1261")] +[assembly: AssemblyFileVersion("5.0.6.0710")] [assembly: AssemblyDescription("Second Life Bot - BotCore5")] [assembly: AutoUpdater("/job/Bot", "!os!.tar")] @@ -16,7 +16,7 @@ namespace Bot.Assemble public class ASMInfo { public static string BotName = "ZBotCore"; - public static string BotVer = "5.0.5.1261"; + public static string BotVer = "5.0.6.0710"; public static string GitPassword { get diff --git a/BotCore5.csproj b/BotCore5.csproj index be8901d..553660f 100644 --- a/BotCore5.csproj +++ b/BotCore5.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp3.0 + net5.0 true false false