Skip to content

Commit

Permalink
Bump up assembly version.
Browse files Browse the repository at this point in the history
  • Loading branch information
voided committed Jan 17, 2013
1 parent b654775 commit 6fc9fe7
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
2 changes: 1 addition & 1 deletion SteamKit2/SteamKit2/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@
// 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.2.2.*" )]
[assembly: AssemblyVersion( "1.3.0.*" )]
27 changes: 27 additions & 0 deletions SteamKit2/SteamKit2/changes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,31 @@

------------------------------------------------------------------------------
v 1.3.0 Jan 16, 2013
------------------------------------------------------------------------------

* Fixed case where friend and chat messages were incorrectly trimming the last character.
* Steam2 ServerClient now exposes a IsConnected property.
* Steam2 ContentServerClient can now optionally not perform a server handshake when opening a storage session.
* Added various enums: EClanPermission, EMarketingMessageFlags, ENewsUpdateType, ESystemIMType, EChatFlags,
ERemoteStoragePlatform, EDRMBlobDownloadType, EDRMBlobDownloadErrorDetail, EClientStat, EClientStatAggregateMethod,
ELeaderboardDataRequest, ELeaderboardSortMethod, ELeaderboardUploadScoreMethod, and EChatPermission.
* Fixed case where SteamKit was throwing an unhandled exception during Steam3 tcp connection teardown.
* Added PICS support to the SteamApps handler: PICSGetAccessTokens, PICSGetChangesSince, and PICSGetProductInfo.
* Added anonymous download support to CDNClient.
* Updated the following enums: EMsg, EUniverse, EChatEntryType, EPersonaState, EFriendRelationship, EFriendFlags,
EClientPersonaStateFlag, ELicenseFlags, ELicenseType, EPaymentMethod, EIntroducerRouting, EClanRank, EClanRelationship,
EAppInfoSection, EContentDownloadSourceType, EOSType, EServerType, ECurrencyCode, EDepotFileFlag, EEconTradeResponse,
ESystemIMType, ERemoteStoragePlatform, and EResult.
* Exposed the following properties in SteamUser.LoggedOnCallback: CellIDPingThreshold, UsePICS, WebAPIUserNonce, and
IPCountryCode.
* Fixed case where SteamKit was incorrectly handling certain logoff messages during Steam server unavailability.
* Fixed potential crash in Steam2 ContentServerClient when opening a storage session.
* Updated to latest protobuf-net.

BREAKING CHANGES
* DepotManifest.ChunkData.CRC is now named DepotManifest.ChunkData.Checksum.


------------------------------------------------------------------------------
v 1.2.2 Nov 11, 2012
------------------------------------------------------------------------------
Expand Down

0 comments on commit 6fc9fe7

Please sign in to comment.