diff --git a/ArchiSteamFarm/ArchiSteamFarm.csproj b/ArchiSteamFarm/ArchiSteamFarm.csproj
index 7ae36ed71..7f6a20974 100644
--- a/ArchiSteamFarm/ArchiSteamFarm.csproj
+++ b/ArchiSteamFarm/ArchiSteamFarm.csproj
@@ -102,9 +102,8 @@
..\packages\protobuf-net.2.0.0.668\lib\net40\protobuf-net.dll
True
-
- ..\packages\SteamKit2.1.8.1\lib\net45\SteamKit2.dll
- True
+
+ ..\packages\SteamKit2.1.8.2\lib\net45\SteamKit2.dll
diff --git a/ArchiSteamFarm/packages.config b/ArchiSteamFarm/packages.config
index 46c31de05..fe55bca46 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 14235df8b..cc15436a1 100644
--- a/GUI/GUI.csproj
+++ b/GUI/GUI.csproj
@@ -75,9 +75,8 @@
..\packages\protobuf-net.2.0.0.668\lib\net40\protobuf-net.dll
True
-
- ..\packages\SteamKit2.1.8.1\lib\net45\SteamKit2.dll
- True
+
+ ..\packages\SteamKit2.1.8.2\lib\net45\SteamKit2.dll
diff --git a/GUI/packages.config b/GUI/packages.config
index e8c3a3598..db4a90ff9 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/SteamKit2.1.8.1.nupkg b/packages/SteamKit2.1.8.1/SteamKit2.1.8.1.nupkg
deleted file mode 100644
index 1c4820fd0..000000000
Binary files a/packages/SteamKit2.1.8.1/SteamKit2.1.8.1.nupkg and /dev/null differ
diff --git a/packages/SteamKit2.1.8.2/SteamKit2.1.8.2.nupkg b/packages/SteamKit2.1.8.2/SteamKit2.1.8.2.nupkg
new file mode 100644
index 000000000..5a94a998c
Binary files /dev/null and b/packages/SteamKit2.1.8.2/SteamKit2.1.8.2.nupkg differ
diff --git a/packages/SteamKit2.1.8.1/lib/net45/SteamKit2.dll b/packages/SteamKit2.1.8.2/lib/net45/SteamKit2.dll
similarity index 50%
rename from packages/SteamKit2.1.8.1/lib/net45/SteamKit2.dll
rename to packages/SteamKit2.1.8.2/lib/net45/SteamKit2.dll
index 172399b89..9df185534 100644
Binary files a/packages/SteamKit2.1.8.1/lib/net45/SteamKit2.dll and b/packages/SteamKit2.1.8.2/lib/net45/SteamKit2.dll differ
diff --git a/packages/SteamKit2.1.8.1/lib/net45/SteamKit2.xml b/packages/SteamKit2.1.8.2/lib/net45/SteamKit2.xml
similarity index 100%
rename from packages/SteamKit2.1.8.1/lib/net45/SteamKit2.xml
rename to packages/SteamKit2.1.8.2/lib/net45/SteamKit2.xml
diff --git a/packages/SteamKit2.1.8.1/readme.txt/changes.txt b/packages/SteamKit2.1.8.2/readme.txt/changes.txt
similarity index 96%
rename from packages/SteamKit2.1.8.1/readme.txt/changes.txt
rename to packages/SteamKit2.1.8.2/readme.txt/changes.txt
index 39215f9e6..4cfa29ee5 100644
--- a/packages/SteamKit2.1.8.1/readme.txt/changes.txt
+++ b/packages/SteamKit2.1.8.2/readme.txt/changes.txt
@@ -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.