Skip to content

Commit 47fa00b

Browse files
committed
Update changelog and version
1 parent bbd936d commit 47fa00b

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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>

SteamKit2/SteamKit2/SteamKit2.csproj

Lines changed: 1 addition & 1 deletion
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.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>

SteamKit2/SteamKit2/changes.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
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
------------------------------------------------------------------------------
215
v 3.2.0 May 9 2025
316
------------------------------------------------------------------------------

0 commit comments

Comments
 (0)