update stuffs

This commit is contained in:
Zontreck 2020-04-10 17:08:20 -07:00
parent ac5c8e9fa0
commit 5c2b544cbd
3 changed files with 12 additions and 1 deletions

View file

@ -1,13 +1,21 @@
using System;
using System.Collections.Generic;
using System.Text;
using System.Reflection;
[assembly: AssemblyCompany("ZNI")]
[assembly: AssemblyAlgorithmId(System.Configuration.Assemblies.AssemblyHashAlgorithm.MD5)]
[assembly: AssemblyCopyright("© 2020 Tara Piccari")]
[assembly: AssemblyFileVersion("5.401")]
[assembly: AssemblyDescription("Second Life Bot - BotCore5")]
namespace Bot.Assemble
{
public class ASMInfo
{
public static string BotName = "ZBotCore";
public static double BotVer = 5.334;
public static double BotVer = 5.401;
public static string GitPassword
{
get