This commit is contained in:
JustArchi
2016-03-13 22:58:52 +01:00
parent 7587ff024c
commit f91a558314
2 changed files with 3 additions and 2 deletions

View File

@@ -1082,6 +1082,7 @@ namespace ArchiSteamFarm {
InitializeLoginAndPassword();
Logging.LogGenericInfo("Logging in...", BotName);
SteamUser.LogOn(new SteamUser.LogOnDetails {
Username = BotConfig.SteamLogin,
Password = BotConfig.SteamPassword,

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("2.0.0.9")]
[assembly: AssemblyFileVersion("2.0.0.9")]
[assembly: AssemblyVersion("2.0.0.10")]
[assembly: AssemblyFileVersion("2.0.0.10")]