From cf6d54d72dac1fc8e3365e9ddcf2c03223135cfb Mon Sep 17 00:00:00 2001 From: Zontreck Date: Sun, 29 Nov 2020 16:59:20 -0700 Subject: [PATCH] Update to net5 --- Assembly/ASMInfo.cs | 4 ++-- BotCore5.csproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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