diff --git a/Directory.Build.props b/Directory.Build.props index ba536310c..359ee13bd 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ $(MSBuildThisFileDirectory) - 3.0.0 + 3.0.1 diff --git a/SteamKit2/SteamKit2/SteamKit2.csproj b/SteamKit2/SteamKit2/SteamKit2.csproj index 63c289363..50f69975f 100644 --- a/SteamKit2/SteamKit2/SteamKit2.csproj +++ b/SteamKit2/SteamKit2/SteamKit2.csproj @@ -4,7 +4,7 @@ net8.0 true .NET library that aims to interoperate with the Steam network. - Release notes are available at https://github.com/SteamRE/SteamKit/releases/tag/3.0.0 + Release notes are available at https://github.com/SteamRE/SteamKit/releases/tag/3.0.1 steamkit_logo_128.png https://github.com/SteamRE/SteamKit description.md diff --git a/SteamKit2/SteamKit2/changes.txt b/SteamKit2/SteamKit2/changes.txt index ec7e87d3d..b8f4049a3 100644 --- a/SteamKit2/SteamKit2/changes.txt +++ b/SteamKit2/SteamKit2/changes.txt @@ -1,3 +1,11 @@ +------------------------------------------------------------------------------ +v 3.0.1 December 29 2024 +------------------------------------------------------------------------------ + +* Added protected `PostResponseMsg` and `PostNotificationMsg` to `UnifiedService` to allow using user-provided services. +* Added `DetectLancacheServerAsync` and `UseLancacheServer` to `CDN.Client` to allow downloading via LanCache servers. +* Updated Steam protobufs. + ------------------------------------------------------------------------------ v 3.0.0 November 7 2024 ------------------------------------------------------------------------------