Perform more refactoring

This commit is contained in:
zontreck 2024-12-15 16:44:30 -07:00
parent 53396b9c39
commit f735bce4e1
43 changed files with 78 additions and 27 deletions

View file

@ -1,28 +0,0 @@
using System;
using System.Collections.Generic;
using System.Text;
using System.Reflection;
using LibZNI;
[assembly: AssemblyCompany("ZNI")]
[assembly: AssemblyAlgorithmId(System.Configuration.Assemblies.AssemblyHashAlgorithm.MD5)]
[assembly: AssemblyCopyright("(C) 2020 Tara Piccari")]
[assembly: AssemblyFileVersion("5.0.7.9200")]
[assembly: AssemblyDescription("Second Life Bot - BotCore5")]
[assembly: AutoUpdater("/job/Bot", "!os!.tar")]
namespace Bot.Assemble
{
public class ASMInfo
{
public static string BotName = "ZBotCore";
public static string BotVer = "5.0.7.9200";
public static string GitPassword
{
get
{
return MainConfiguration.Instance.GitPassword;
}
}
}
}