Skip to content

Commit

Permalink
Update verson to 1.8.2, add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
yaakov-h committed Mar 23, 2017
1 parent 71cff13 commit 498f31f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions SteamKit2/SteamKit2/changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
------------------------------------------------------------------------------
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
------------------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.8.1.{build}
version: 1.8.2.{build}
os: Visual Studio 2015

cache:
Expand All @@ -8,7 +8,7 @@ cache:
assembly_info:
patch: true
file: AssemblyInfo.cs
assembly_version: "1.8.1"
assembly_version: "1.8.2"
assembly_file_version: "{version}"
assembly_informational_version: "{version} - CI (AppVeyor, branch: {branch})"

Expand Down

0 comments on commit 498f31f

Please sign in to comment.