mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
0.6
This commit is contained in:
@@ -55,7 +55,7 @@ namespace ArchiSteamFarm {
|
|||||||
internal Trading Trading { get; private set; }
|
internal Trading Trading { get; private set; }
|
||||||
|
|
||||||
// Config variables
|
// 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 SteamLogin { get; private set; } = "null";
|
||||||
internal string SteamPassword { get; private set; } = "null";
|
internal string SteamPassword { get; private set; } = "null";
|
||||||
internal string SteamNickname { get; private set; } = "null";
|
internal string SteamNickname { get; private set; } = "null";
|
||||||
|
|||||||
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
|||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("0.5.0.0")]
|
[assembly: AssemblyVersion("0.6.0.0")]
|
||||||
[assembly: AssemblyFileVersion("0.5.0.0")]
|
[assembly: AssemblyFileVersion("0.6.0.0")]
|
||||||
|
|||||||
Reference in New Issue
Block a user