Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
xPaw committed Sep 20, 2024
1 parent 83cdb03 commit ca1cd88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SteamKit2/SteamKit2/SteamKit2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<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/3.0.0-Beta.2</PackageReleaseNotes>
<PackageReleaseNotes>Release notes are available at https://github.com/SteamRE/SteamKit/releases/tag/3.0.0-Beta.3</PackageReleaseNotes>
<PackageIcon>steamkit_logo_128.png</PackageIcon>
<PackageProjectUrl>https://github.com/SteamRE/SteamKit</PackageProjectUrl>
<PackageReadmeFile>description.md</PackageReadmeFile>
Expand Down
1 change: 1 addition & 0 deletions SteamKit2/SteamKit2/changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ v 3.0.0 July 18 2024
* Added `DepotManifest.Serialize`.
* Added `SteamClient.WaitForCallbackAsync` and `CallbackManager.RunWaitCallbackAsync`.
* Added `cdnAuthToken` parameter to `CDN.Client` method for country specific servers that still require it.
* Added WebSocket as a default enabled protocol, switched to using GetCMListForConnect API.
* Updated Steam enums and protobufs.
* Various performance and memory optimizations.

Expand Down

0 comments on commit ca1cd88

Please sign in to comment.