Skip to content

Commit

Permalink
Add changes for 2.5.0-Beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xPaw committed Oct 30, 2023
1 parent 4b40323 commit daa9f54
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SteamKit2/SteamKit2/SteamKit2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<AssemblyOriginatorKeyFile>..\..\SteamKit.snk</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>
<Description>.NET library that aims to interoperate with the Steam network.</Description>
<PackageReleaseNotes>Release notes are available at https://github.com/SteamRE/SteamKit/releases/tag/2.5.0-Beta.1</PackageReleaseNotes>
<PackageReleaseNotes>Release notes are available at https://github.com/SteamRE/SteamKit/releases/tag/2.5.0-Beta.2</PackageReleaseNotes>
<PackageIcon>steamkit_logo_128.png</PackageIcon>
<PackageProjectUrl>https://github.com/SteamRE/SteamKit</PackageProjectUrl>
<PackageLicenseExpression>LGPL-2.1-only</PackageLicenseExpression>
Expand Down
9 changes: 7 additions & 2 deletions SteamKit2/SteamKit2/changes.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
------------------------------------------------------------------------------
v 2.5.0 March 23 2022
v 2.5.0 October 30 2023
------------------------------------------------------------------------------
* Added `SteamApps.GetLegacyGameKey`.
* Added `SteamUser. PlayingSessionStateCallback`.
* Added `SteamUser.PlayingSessionStateCallback`.
* Added ability to serialize depot manifests.
* Added support for unauthenticated service methods.
* Added `LogOnDetails.MachineName`.
* Added support for new Steam authentication system.
* Improved TCP connection reliability.
* Update Steam enums and protobufs.
* Added `BalanceDelayed` and `LongBalanceDelayed` in `WalletInfoCallback`
* Deprecated `WebAPIUserNonce`, `RequestWebAPIUserNonce`, `SendMachineAuthResponse`, `UpdateMachineAuthCallback`

Bug Fixes
* Fixed nullability annotations on `PersonaStateCallback`.
* Fixed sending service method notifications.
* Fixed `machine_id` on Windows to be consistent with the Steam client.
* Fixed SteamLanguageParser to generate BinaryWriter/Reader that gets disposed.
* Fixed async jobs to use high precision timer for timeouts instead of wall clock..


------------------------------------------------------------------------------
Expand Down

0 comments on commit daa9f54

Please sign in to comment.