mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
Bump
This commit is contained in:
@@ -1082,6 +1082,7 @@ namespace ArchiSteamFarm {
|
||||
|
||||
InitializeLoginAndPassword();
|
||||
|
||||
Logging.LogGenericInfo("Logging in...", BotName);
|
||||
SteamUser.LogOn(new SteamUser.LogOnDetails {
|
||||
Username = BotConfig.SteamLogin,
|
||||
Password = BotConfig.SteamPassword,
|
||||
|
||||
@@ -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")]
|
||||
|
||||
Reference in New Issue
Block a user