Packages update + config defaults

This commit is contained in:
JustArchi
2017-08-02 14:32:01 +02:00
parent 0b1032199b
commit 09e8a52811
3 changed files with 3 additions and 3 deletions

View File

@@ -30,7 +30,7 @@
<PackageReference Include="Humanizer" Version="2.2.0" />
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
<PackageReference Include="NLog" Version="5.0.0-beta09" />
<PackageReference Include="SteamKit2" Version="2.0.0-Alpha5" />
<PackageReference Include="SteamKit2" Version="2.0.0-Alpha6" />
<PackageReference Include="System.Security.Cryptography.ProtectedData" Version="4.4.0-preview2-25405-01" />
</ItemGroup>

View File

@@ -102,7 +102,7 @@ namespace ArchiSteamFarm {
internal readonly bool Statistics = true;
[JsonProperty(Required = Required.DisallowNull)]
internal readonly ProtocolTypes SteamProtocols = ProtocolTypes.Tcp;
internal readonly ProtocolTypes SteamProtocols = ProtocolTypes.All;
[JsonProperty(Required = Required.DisallowNull)]
internal readonly EUpdateChannel UpdateChannel = EUpdateChannel.Stable;

View File

@@ -18,6 +18,6 @@
"OptimizationMode": 0,
"Statistics": true,
"SteamOwnerID": 0,
"SteamProtocols": 1,
"SteamProtocols": 7,
"UpdateChannel": 1
}