File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
33 <SteamKitRootDir >$(MSBuildThisFileDirectory)</SteamKitRootDir >
4- <SteamKitBaseVersion >3.0.0 </SteamKitBaseVersion >
4+ <SteamKitBaseVersion >3.0.1 </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.0.0 </PackageReleaseNotes >
7+ <PackageReleaseNotes >Release notes are available at https://github.com/SteamRE/SteamKit/releases/tag/3.0.1 </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.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+
19------------------------------------------------------------------------------
210v 3.0.0 November 7 2024
311------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments