Skip to content

Commit

Permalink
Update assembly info.
Browse files Browse the repository at this point in the history
  • Loading branch information
voided committed Jul 16, 2013
1 parent 9c217c9 commit 9283962
Show file tree
Hide file tree
Showing 2 changed files with 14 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 @@ -39,6 +39,6 @@
// 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.4.0.*" )]
[assembly: AssemblyVersion( "1.4.1.*" )]

[assembly: InternalsVisibleTo("Tests")]
13 changes: 13 additions & 0 deletions SteamKit2/SteamKit2/changes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@

------------------------------------------------------------------------------
v 1.4.1 Jul 15, 2013
------------------------------------------------------------------------------

* Added the ability to manipulate UFS (Steam cloud) files with UFSClient.
* Added SteamScreenshots handler for interacting with user screenshots.
* Added an optional parameter to SteamID.Render() to render SteamIDs to their Steam3 representations.
* Added the ability to specify the timeout of WebAPI requests with Interface.Timeout.
* The RSACrypto and KeyDictionary utility classes are now accessible to consumers.
* Updated EMsg list.
* Updated game related GC messages.


------------------------------------------------------------------------------
v 1.4.0 Jun 08, 2013
------------------------------------------------------------------------------
Expand Down

0 comments on commit 9283962

Please sign in to comment.