Skip to content

Commit

Permalink
Update assembly info.
Browse files Browse the repository at this point in the history
  • Loading branch information
voided committed Mar 16, 2014
1 parent ba8ffdf commit 71ace21
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SteamKit2/SteamKit2/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
[assembly: AssemblyConfiguration( "" )]
[assembly: AssemblyCompany( "SteamRE Team" )]
[assembly: AssemblyProduct( "SteamKit2" )]
[assembly: AssemblyCopyright( "Copyright © SteamRE Team 2013" )]
[assembly: AssemblyCopyright( "Copyright © SteamRE Team 2014" )]
[assembly: AssemblyTrademark( "" )]
[assembly: AssemblyCulture( "" )]

Expand All @@ -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.5.0.*" )]
[assembly: AssemblyVersion( "1.5.1.*" )]

#if DEBUG
[assembly: InternalsVisibleTo( "Tests" )]
Expand Down
29 changes: 29 additions & 0 deletions SteamKit2/SteamKit2/changes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,33 @@

------------------------------------------------------------------------------
v 1.5.1 Mar 15, 2014
------------------------------------------------------------------------------

* Added a parameterless public constructor to DepotManifest.ChunkData to support serialization.
* SteamWorkshop.RequestPublishedFileDetails has been obsoleted and is no longer supported. This functionality will be
dropped in a future SteamKit release. See the the PublishedFile WebAPI service for a functional replacement.
* Added the request and response messages for the PublishedFile service.
* Fixed an unhandled exception when requesting metadata-only PICS product info.
* Exposed the following additional fields in the LoggedOnCallback: VanityURL, NumLoginFailuresToMigrate, NumDisconnectsToMigrate.
* Exposed the HTTP url details for PICS product info, see: PICSProductInfoCallback.PICSProductInfo.HttpUri and UseHttp.
* Added EEconTradeResponse.InitiatorPasswordResetProbation and InitiatorNewDeviceCooldown.
* Fixed SteamGameServer.LogOn and LogOnAnonymous sending the wrong message.
* Added support for token authentication for game server logon.
* Added the request and response messages for the GameServers service.
* Added the ability to specify server type for game servers, see: SteamGameServer.SendStatus.
* Exposed a few more fields on TradeResultCallback: NumDaysSteamGuardRequired, NumDaysNewDeviceCooldown,
DefaultNumDaysPasswordResetProbation, NumDaysPasswordResetProbation.
* Fixed being unable to download depot manifests.
* Added SteamID.SetFromSteam3String.
* Obsoleted SteamApps.SendGuestPass. This functionality will be dropped in a future SteamKit release.
* Updated EResult with the following new fields: UnexpectedError, Disabled, InvalidCEGSubmission, RestrictedDevice.
* Updated EMsg list.
* Updated game related GC messages.

BREAKING CHANGES
* Fixed ServiceMethodResponse.RpcName containing a leading '.'.


------------------------------------------------------------------------------
v 1.5.0 Oct 26, 2013
------------------------------------------------------------------------------
Expand Down

0 comments on commit 71ace21

Please sign in to comment.