Packages update

Closes #508
This commit is contained in:
JustArchi
2017-03-23 21:45:10 +01:00
parent 5e5e4d11f8
commit f6317b9eae
9 changed files with 19 additions and 13 deletions

View File

@@ -102,9 +102,8 @@
<HintPath>..\packages\protobuf-net.2.0.0.668\lib\net40\protobuf-net.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="SteamKit2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=ed3ce47ed5aad940, processorArchitecture=MSIL">
<HintPath>..\packages\SteamKit2.1.8.1\lib\net45\SteamKit2.dll</HintPath>
<Private>True</Private>
<Reference Include="SteamKit2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=ed3ce47ed5aad940, processorArchitecture=MSIL">
<HintPath>..\packages\SteamKit2.1.8.2\lib\net45\SteamKit2.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration.Install" />

View File

@@ -11,5 +11,5 @@
<package id="NLog" version="5.0.0-beta06" targetFramework="net461" />
<package id="protobuf-net" version="2.0.0.668" targetFramework="net45" />
<package id="Resource.Embedder" version="1.2.2" targetFramework="net461" developmentDependency="true" />
<package id="SteamKit2" version="1.8.1" targetFramework="net461" />
<package id="SteamKit2" version="1.8.2" targetFramework="net461" />
</packages>

View File

@@ -75,9 +75,8 @@
<HintPath>..\packages\protobuf-net.2.0.0.668\lib\net40\protobuf-net.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="SteamKit2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=ed3ce47ed5aad940, processorArchitecture=MSIL">
<HintPath>..\packages\SteamKit2.1.8.1\lib\net45\SteamKit2.dll</HintPath>
<Private>True</Private>
<Reference Include="SteamKit2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=ed3ce47ed5aad940, processorArchitecture=MSIL">
<HintPath>..\packages\SteamKit2.1.8.2\lib\net45\SteamKit2.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />

View File

@@ -12,5 +12,5 @@
<package id="NLog.Windows.Forms" version="4.2.3" targetFramework="net461" />
<package id="protobuf-net" version="2.0.0.668" targetFramework="net461" />
<package id="Resource.Embedder" version="1.2.2" targetFramework="net461" developmentDependency="true" />
<package id="SteamKit2" version="1.8.1" targetFramework="net461" />
<package id="SteamKit2" version="1.8.2" targetFramework="net461" />
</packages>

Binary file not shown.

Binary file not shown.

View File

@@ -1,16 +1,24 @@
------------------------------------------------------------------------------
v 1.8.2 Mar 23, 2017
------------------------------------------------------------------------------
* Added support for Binary KeyValues field type 10 (`Int64`) (#376)
* Obsoleted `SteamApps.GetAppInfo`, `SteamApps.GetPackageInfo`, and `SteamApps.GetAppChanges`. Use the PICS equivalents instead.
* Updated game-related GC messages and protobufs.
------------------------------------------------------------------------------
v 1.8.1 Feb 22, 2017
------------------------------------------------------------------------------
* Added support for using CS servers that have (CDN) "usetokenauth" specified.
* Added support for newer branch passwords with SteamApps.CheckAppBetaPassword and CryptoHelper.SymmetricDecryptECB.
* Added LastSeen to the default info flags used by SteamFriends.RequestFriendInfo. (pr #313)
* Tell Steam that we support the RateLimitExceeded logon response. (pr #307)
* Added support for using CS servers that have (CDN) `usetokenauth` specified.
* Added support for newer branch passwords with `SteamApps.CheckAppBetaPassword` and `CryptoHelper.SymmetricDecryptECB`.
* Added `LastSeen` to the default info flags used by `SteamFriends.RequestFriendInfo`. (pr #313)
* Tell Steam that we support the `RateLimitExceeded` logon response. (pr #307)
* Fixed timeouts not being set for sending/receiving when using TCP. (pr #317)
* Fixed more possible crashes when querying WMI on Windows.
* Fixed concurrent calls to Disconnect possibly blocking connectLock indefinitely.
* Fixed not escaping backslashes and newlines when serializing KeyValues to text. (bug #334)
* Fixed KeyValues float parsing in cultures where comma is used as decimal separator. (bug #355)
* Updated SteamApps.GetCDNAuthToken to populate depot_id.
* Updated `SteamApps.GetCDNAuthToken` to populate `depot_id`.
* Updated Steam enums and protobufs. (pr #323) (pr #326) (pr #327) (pr #328) (pr #329) (pr #330) (pr #361)
* Updated game-related GC messages and protobufs.