Add a few required elements for the service extension

This commit is contained in:
Zontreck 2020-10-22 11:17:22 -07:00
parent 43a89fc88a
commit 8dcf0a686f
3 changed files with 4 additions and 4 deletions

View file

@ -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.1256")]
[assembly: AssemblyFileVersion("5.0.5.1257")]
[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.1256";
public static string BotVer = "5.0.5.1257";
public static string GitPassword
{
get

View file

@ -19,7 +19,6 @@
<ItemGroup>
<ProjectReference Include="..\..\LibZNIcpp\LibZNIcpp.vcxproj" />
<ProjectReference Include="..\..\LibZNI\LibZNI.csproj" />
<ProjectReference Include="..\libremetaverse\LibreMetaverse.StructuredData\LibreMetaverse.StructuredData.csproj" />
<ProjectReference Include="..\libremetaverse\LibreMetaverseTypes\LibreMetaverse.Types.csproj" />

View file

@ -335,8 +335,9 @@ namespace Bot
}
//else
//BotSession.Instance.grid.Inventory.Store.RestoreFromDisk("BotData/Inventory.blob");
//BotSession.Instance.grid.Inventory.Store.RestoreFromDisk("BotData/Inventory.blob");
File.WriteAllText("BotData/Required.SVC", MainConfiguration.Instance.first + "." + MainConfiguration.Instance.last);
int iLastInvLength = 0;
while (g_iIsRunning)