File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
33 <SteamKitRootDir >$(MSBuildThisFileDirectory)</SteamKitRootDir >
4- <SteamKitBaseVersion >3.2 .0</SteamKitBaseVersion >
4+ <SteamKitBaseVersion >3.3 .0</SteamKitBaseVersion >
55 </PropertyGroup >
66
77 <PropertyGroup >
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.2 .0</PackageReleaseNotes >
7+ <PackageReleaseNotes >Release notes are available at https://github.com/SteamRE/SteamKit/releases/tag/3.3 .0</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 1+ ------------------------------------------------------------------------------
2+ v 3.3.0 June 9 2025
3+ ------------------------------------------------------------------------------
4+
5+ * `Configuration.HttpClientFactory` will now be used for websocket CM connections.
6+ * Added `HttpClientPurpose` enum to allow returning different HTTP clients for different purposes.
7+ * Post client disconnection callback before cancelling async jobs.
8+ * Related to the `AsyncJob` change in the previous release.
9+ * Added some Deadlock protobufs.
10+ * Updated Steam protocol version.
11+ * Updated Steam protobufs.
12+
13+
114------------------------------------------------------------------------------
215v 3.2.0 May 9 2025
316------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments