File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 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.3 </PackageReleaseNotes >
7+ <PackageReleaseNotes >Release notes are available at https://github.com/SteamRE/SteamKit/releases/tag/3.0.0-Beta.4 </PackageReleaseNotes >
88 <PackageIcon >steamkit_logo_128.png</PackageIcon >
99 <PackageProjectUrl >https://github.com/SteamRE/SteamKit</PackageProjectUrl >
1010 <PackageReadmeFile >description.md</PackageReadmeFile >
Original file line number Diff line number Diff line change @@ -8,9 +8,13 @@ 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 `SteamAuthTicket` handler.
12+ * Added `WebAPI.AsyncInterface.CallAsync` overload that does not require specifying `HttpMethod.Get`.
1113* Added WebSocket as a default enabled protocol, switched to using GetCMListForConnect API.
14+ * Added support for parsing binary keyvalues that have an alternate end byte.
1215* Updated Steam enums and protobufs.
1316* Various performance and memory optimizations.
17+ * Linux machines will now fetch MAC address for the machine id.
1418
1519BREAKING CHANGES
1620* SteamKit now targets .NET 8.
@@ -24,6 +28,7 @@ BREAKING CHANGES
2428 * Returns the number of written bytes to the destination.
2529 * You can rent a buffer like `ArrayPool<byte>.Shared.Rent((int)chunk.UncompressedLength)`
2630 * `DepotChunk` is now a static class that only contains a `Process` method.
31+ * Moved `SteamApps.GetCDNAuthToken` to `SteamContent.GetCDNAuthToken` due to a Steam change.
2732* Removed obsolete methods and enum values.
2833* Removed Artifact and Underlords generated protobufs.
2934* Removed `SteamTrading` handler.
You can’t perform that action at this time.
0 commit comments