Skip to content

Commit

Permalink
Update assembly info.
Browse files Browse the repository at this point in the history
  • Loading branch information
voided committed Jun 9, 2013
1 parent 2c7598c commit 8048f23
Show file tree
Hide file tree
Showing 2 changed files with 21 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.3.1.*" )]
[assembly: AssemblyVersion( "1.4.0.*" )]
20 changes: 20 additions & 0 deletions SteamKit2/SteamKit2/changes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@

------------------------------------------------------------------------------
v 1.4.0 Jun 08, 2013
------------------------------------------------------------------------------

* KeyValues now correctly writes out strings in UTF8.
* Fixed an exception that could occur with an invalid string passed to SteamID's constructor.
* Added SteamFriends.ClanStateCallback.
* Added EPersonaStateFlag. This value is now exposed in SteamFriends.PersonaStateCallback.
* Added MsgClientCreateChat and MsgClientCreateChatResponse messages.
* Added GlobalID base class for globally unique values (such as JobIDs, UGCHandles) in Steam.
* Updated EMsg list.
* Updated game related GC messages.
* Added initial support for the Steam Cloud file system with UFSClient. This feature should be considered unstable and may
have breaking changes in the future.

BREAKING CHANGES
* STATIC_CALLBACKS builds of SteamKit have now been completely removed.
* Message classes for unified messages have moved namespaces from SteamKit2.Steamworks to SteamKit2.Unified.Internal.


------------------------------------------------------------------------------
v 1.3.1 Mar 10, 2013
------------------------------------------------------------------------------
Expand Down

0 comments on commit 8048f23

Please sign in to comment.