diff --git a/ArchiSteamFarm/ArchiSteamFarm.csproj b/ArchiSteamFarm/ArchiSteamFarm.csproj index f80b40105..6b66ebf1f 100644 --- a/ArchiSteamFarm/ArchiSteamFarm.csproj +++ b/ArchiSteamFarm/ArchiSteamFarm.csproj @@ -104,7 +104,7 @@ True - ..\packages\SteamKit2.1.8.1-citest\lib\net45\SteamKit2.dll + ..\packages\SteamKit2.1.8.1\lib\net45\SteamKit2.dll True diff --git a/ArchiSteamFarm/packages.config b/ArchiSteamFarm/packages.config index 3b5c2d6b6..f77ddc76e 100644 --- a/ArchiSteamFarm/packages.config +++ b/ArchiSteamFarm/packages.config @@ -11,5 +11,5 @@ - + \ No newline at end of file diff --git a/GUI/GUI.csproj b/GUI/GUI.csproj index fe2da3b58..135b3354e 100644 --- a/GUI/GUI.csproj +++ b/GUI/GUI.csproj @@ -77,7 +77,7 @@ True - ..\packages\SteamKit2.1.8.1-citest\lib\net45\SteamKit2.dll + ..\packages\SteamKit2.1.8.1\lib\net45\SteamKit2.dll True diff --git a/GUI/packages.config b/GUI/packages.config index 6c1d17c66..72f096693 100644 --- a/GUI/packages.config +++ b/GUI/packages.config @@ -12,5 +12,5 @@ - + \ No newline at end of file diff --git a/packages/SteamKit2.1.8.1-citest/SteamKit2.1.8.1-citest.nupkg b/packages/SteamKit2.1.8.1-citest/SteamKit2.1.8.1-citest.nupkg deleted file mode 100644 index d8dc90d2e..000000000 Binary files a/packages/SteamKit2.1.8.1-citest/SteamKit2.1.8.1-citest.nupkg and /dev/null differ diff --git a/packages/SteamKit2.1.8.1/SteamKit2.1.8.1.nupkg b/packages/SteamKit2.1.8.1/SteamKit2.1.8.1.nupkg new file mode 100644 index 000000000..1c4820fd0 Binary files /dev/null and b/packages/SteamKit2.1.8.1/SteamKit2.1.8.1.nupkg differ diff --git a/packages/SteamKit2.1.8.1-citest/lib/net45/SteamKit2.dll b/packages/SteamKit2.1.8.1/lib/net45/SteamKit2.dll similarity index 55% rename from packages/SteamKit2.1.8.1-citest/lib/net45/SteamKit2.dll rename to packages/SteamKit2.1.8.1/lib/net45/SteamKit2.dll index f465ea4a9..172399b89 100644 Binary files a/packages/SteamKit2.1.8.1-citest/lib/net45/SteamKit2.dll and b/packages/SteamKit2.1.8.1/lib/net45/SteamKit2.dll differ diff --git a/packages/SteamKit2.1.8.1-citest/lib/net45/SteamKit2.xml b/packages/SteamKit2.1.8.1/lib/net45/SteamKit2.xml similarity index 100% rename from packages/SteamKit2.1.8.1-citest/lib/net45/SteamKit2.xml rename to packages/SteamKit2.1.8.1/lib/net45/SteamKit2.xml diff --git a/packages/SteamKit2.1.8.1-citest/readme.txt/changes.txt b/packages/SteamKit2.1.8.1/readme.txt/changes.txt similarity index 95% rename from packages/SteamKit2.1.8.1-citest/readme.txt/changes.txt rename to packages/SteamKit2.1.8.1/readme.txt/changes.txt index f706a066e..39215f9e6 100644 --- a/packages/SteamKit2.1.8.1-citest/readme.txt/changes.txt +++ b/packages/SteamKit2.1.8.1/readme.txt/changes.txt @@ -1,3 +1,20 @@ +------------------------------------------------------------------------------ +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) +* 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 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. + + ------------------------------------------------------------------------------ v 1.8.0 Jul 8, 2016 ------------------------------------------------------------------------------