Skip to content

Commit

Permalink
Update for v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yaakov-h committed Feb 3, 2025
1 parent f164e14 commit 2c2717b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<SteamKitRootDir>$(MSBuildThisFileDirectory)</SteamKitRootDir>
<SteamKitBaseVersion>3.0.1</SteamKitBaseVersion>
<SteamKitBaseVersion>3.0.2</SteamKitBaseVersion>
</PropertyGroup>

<PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions SteamKit2/SteamKit2/SteamKit2.csproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<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.1</PackageReleaseNotes>
<PackageReleaseNotes>Release notes are available at https://github.com/SteamRE/SteamKit/releases/tag/3.0.2</PackageReleaseNotes>
<PackageIcon>steamkit_logo_128.png</PackageIcon>
<PackageProjectUrl>https://github.com/SteamRE/SteamKit</PackageProjectUrl>
<PackageReadmeFile>description.md</PackageReadmeFile>
Expand Down
12 changes: 12 additions & 0 deletions SteamKit2/SteamKit2/changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
------------------------------------------------------------------------------
v 3.0.2 February 3 2025
------------------------------------------------------------------------------

* Fixed handling on tasks to reduce chance of deadlocking sync-over-async consumers.
* Fixed a crash due to library resolution errors when running under .NET 9.0.1 on macOS.
* Updated Steam protobufs.
* Updated dependencies.


------------------------------------------------------------------------------
v 3.0.1 December 29 2024
------------------------------------------------------------------------------
Expand All @@ -6,6 +16,7 @@ v 3.0.1 December 29 2024
* Added `DetectLancacheServerAsync` and `UseLancacheServer` to `CDN.Client` to allow downloading via LanCache servers.
* Updated Steam protobufs.


------------------------------------------------------------------------------
v 3.0.0 November 7 2024
------------------------------------------------------------------------------
Expand Down Expand Up @@ -56,6 +67,7 @@ BREAKING CHANGES
* Removed `ICallbackMsg` interface, simply use `CallbackMsg` instead.
* Removed `CMListCallback` as it was removed by Steam.


------------------------------------------------------------------------------
v 2.5.0 November 6 2023
------------------------------------------------------------------------------
Expand Down

0 comments on commit 2c2717b

Please sign in to comment.