Commit 2147c7a 1 parent e292c56 commit 2147c7a Copy full SHA for 2147c7a
File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
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.0 </SteamKitBaseVersion >
4
+ <SteamKitBaseVersion >3.0.1 </SteamKitBaseVersion >
5
5
</PropertyGroup >
6
6
7
7
<PropertyGroup >
Original file line number Diff line number Diff line change 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.0 </PackageReleaseNotes >
7
+ <PackageReleaseNotes >Release notes are available at https://github.com/SteamRE/SteamKit/releases/tag/3.0.1 </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.1 December 29 2024
3
+ ------------------------------------------------------------------------------
4
+
5
+ * Added protected `PostResponseMsg` and `PostNotificationMsg` to `UnifiedService` to allow using user-provided services.
6
+ * Added `DetectLancacheServerAsync` and `UseLancacheServer` to `CDN.Client` to allow downloading via LanCache servers.
7
+ * Updated Steam protobufs.
8
+
1
9
------------------------------------------------------------------------------
2
10
v 3.0.0 November 7 2024
3
11
------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments