Skip to content

Commit ca1cd88

Browse files
committed
Bump version
1 parent 83cdb03 commit ca1cd88

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

SteamKit2/SteamKit2/SteamKit2.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net8.0</TargetFramework>
55
<SignAssembly>true</SignAssembly>
66
<Description>.NET library that aims to interoperate with the Steam network.</Description>
7-
<PackageReleaseNotes>Release notes are available at https://github.com/SteamRE/SteamKit/releases/tag/3.0.0-Beta.2</PackageReleaseNotes>
7+
<PackageReleaseNotes>Release notes are available at https://github.com/SteamRE/SteamKit/releases/tag/3.0.0-Beta.3</PackageReleaseNotes>
88
<PackageIcon>steamkit_logo_128.png</PackageIcon>
99
<PackageProjectUrl>https://github.com/SteamRE/SteamKit</PackageProjectUrl>
1010
<PackageReadmeFile>description.md</PackageReadmeFile>

SteamKit2/SteamKit2/changes.txt

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ v 3.0.0 July 18 2024
88
* Added `DepotManifest.Serialize`.
99
* Added `SteamClient.WaitForCallbackAsync` and `CallbackManager.RunWaitCallbackAsync`.
1010
* Added `cdnAuthToken` parameter to `CDN.Client` method for country specific servers that still require it.
11+
* Added WebSocket as a default enabled protocol, switched to using GetCMListForConnect API.
1112
* Updated Steam enums and protobufs.
1213
* Various performance and memory optimizations.
1314

0 commit comments

Comments
 (0)