Skip to content

Commit

Permalink
Update version number and changelog for 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yaakov-h committed Dec 16, 2014
1 parent b0e56ab commit 5c8651f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
4 changes: 2 additions & 2 deletions SteamKit2/SteamKit2.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>SteamKit2</id>
<version>1.6.1</version>
<version>1.6.2</version>
<title>SteamKit2</title>
<authors>voided, netshroud</authors>
<licenseUrl>https://github.com/SteamRE/SteamKit/blob/master/SteamKit2/SteamKit2/license.txt</licenseUrl>
Expand All @@ -11,7 +11,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>.NET library that aims to interoperate with the Steam network.</description>
<summary />
<releaseNotes>Release notes are available at https://github.com/SteamRE/SteamKit/releases/tag/SteamKit_1.6.1</releaseNotes>
<releaseNotes>Release notes are available at https://github.com/SteamRE/SteamKit/releases/tag/SteamKit_1.6.2</releaseNotes>
<copyright />
<tags>steam networking steamkit</tags>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion SteamKit2/SteamKit2/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion( "1.6.1.*" )]
[assembly: AssemblyVersion( "1.6.2.*" )]

#if DEBUG
[assembly: InternalsVisibleTo( "Tests" )]
Expand Down
12 changes: 12 additions & 0 deletions SteamKit2/SteamKit2/changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
------------------------------------------------------------------------------
v 1.6.2 Dec 16, 2014
------------------------------------------------------------------------------

* Fixed a crash when receiving a `ServiceMethod` message.
* Fixed `ServiceMethodCallback.RpcName` having a leading '.' character (e.g. '.MethodName' instead of 'MethodName).
* Fixed web responses in `CDNClient` not being closed, which could lead to running out of system resources.
* Added error handling for `ClientMsgHandler`. Any unhandled exceptions will be logged to `DebugLog` and trigger `SteamClient` to disconnect.
* Updated `EMsg` list.
* Updated Steam protobufs.
* Updated game-related GC messages and protobufs.

------------------------------------------------------------------------------
v 1.6.1 Nov 30, 2014
------------------------------------------------------------------------------
Expand Down

0 comments on commit 5c8651f

Please sign in to comment.