Commit 2c2717b 1 parent f164e14 commit 2c2717b Copy full SHA for 2c2717b
File tree 3 files changed +15
-3
lines changed
3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
3
<SteamKitRootDir >$(MSBuildThisFileDirectory)</SteamKitRootDir >
4
- <SteamKitBaseVersion >3.0.1 </SteamKitBaseVersion >
4
+ <SteamKitBaseVersion >3.0.2 </SteamKitBaseVersion >
5
5
</PropertyGroup >
6
6
7
7
<PropertyGroup >
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >net8.0</TargetFramework >
5
5
<SignAssembly >true</SignAssembly >
6
6
<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.1 </PackageReleaseNotes >
7
+ <PackageReleaseNotes >Release notes are available at https://github.com/SteamRE/SteamKit/releases/tag/3.0.2 </PackageReleaseNotes >
8
8
<PackageIcon >steamkit_logo_128.png</PackageIcon >
9
9
<PackageProjectUrl >https://github.com/SteamRE/SteamKit</PackageProjectUrl >
10
10
<PackageReadmeFile >description.md</PackageReadmeFile >
Original file line number Diff line number Diff line change
1
+ ------------------------------------------------------------------------------
2
+ v 3.0.2 February 3 2025
3
+ ------------------------------------------------------------------------------
4
+
5
+ * Fixed handling on tasks to reduce chance of deadlocking sync-over-async consumers.
6
+ * Fixed a crash due to library resolution errors when running under .NET 9.0.1 on macOS.
7
+ * Updated Steam protobufs.
8
+ * Updated dependencies.
9
+
10
+
1
11
------------------------------------------------------------------------------
2
12
v 3.0.1 December 29 2024
3
13
------------------------------------------------------------------------------
@@ -6,6 +16,7 @@ v 3.0.1 December 29 2024
6
16
* Added `DetectLancacheServerAsync` and `UseLancacheServer` to `CDN.Client` to allow downloading via LanCache servers.
7
17
* Updated Steam protobufs.
8
18
19
+
9
20
------------------------------------------------------------------------------
10
21
v 3.0.0 November 7 2024
11
22
------------------------------------------------------------------------------
@@ -56,6 +67,7 @@ BREAKING CHANGES
56
67
* Removed `ICallbackMsg` interface, simply use `CallbackMsg` instead.
57
68
* Removed `CMListCallback` as it was removed by Steam.
58
69
70
+
59
71
------------------------------------------------------------------------------
60
72
v 2.5.0 November 6 2023
61
73
------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments