update flags
This commit is contained in:
parent
2f0d6848b5
commit
457c0c2e28
1 changed files with 3 additions and 3 deletions
|
@ -7,16 +7,16 @@ using LibZNI;
|
|||
[assembly: AssemblyCompany("ZNI")]
|
||||
[assembly: AssemblyAlgorithmId(System.Configuration.Assemblies.AssemblyHashAlgorithm.MD5)]
|
||||
[assembly: AssemblyCopyright("(C) 2020 Tara Piccari")]
|
||||
[assembly: AssemblyFileVersion("5.0.5.1253")]
|
||||
[assembly: AssemblyFileVersion("5.0.5.1254")]
|
||||
[assembly: AssemblyDescription("Second Life Bot - BotCore5")]
|
||||
[assembly: AutoUpdater("/job/ZBotCore/job/BotCore5", "module.tar")]
|
||||
[assembly: AutoUpdater("/job/Bot", "!os!.tar")]
|
||||
|
||||
namespace Bot.Assemble
|
||||
{
|
||||
public class ASMInfo
|
||||
{
|
||||
public static string BotName = "ZBotCore";
|
||||
public static string BotVer = "5.0.5.1253";
|
||||
public static string BotVer = "5.0.5.1254";
|
||||
public static string GitPassword
|
||||
{
|
||||
get
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue