This commit is contained in:
JustArchi
2015-10-31 09:17:56 +01:00
parent 137e8d1f63
commit 337c397505
2 changed files with 3 additions and 3 deletions

View File

@@ -55,7 +55,7 @@ namespace ArchiSteamFarm {
internal Trading Trading { get; private set; }
// Config variables
internal bool Enabled { get; private set; } = true;
internal bool Enabled { get; private set; } = false;
internal string SteamLogin { get; private set; } = "null";
internal string SteamPassword { get; private set; } = "null";
internal string SteamNickname { get; private set; } = "null";

View File

@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.5.0.0")]
[assembly: AssemblyFileVersion("0.5.0.0")]
[assembly: AssemblyVersion("0.6.0.0")]
[assembly: AssemblyFileVersion("0.6.0.0")]