diff --git a/SteamKit2/SteamKit2/SteamKit2.csproj b/SteamKit2/SteamKit2/SteamKit2.csproj index 7b33d207f..dae80bf4e 100644 --- a/SteamKit2/SteamKit2/SteamKit2.csproj +++ b/SteamKit2/SteamKit2/SteamKit2.csproj @@ -5,7 +5,7 @@ ..\..\SteamKit.snk true .NET library that aims to interoperate with the Steam network. - Release notes are available at https://github.com/SteamRE/SteamKit/releases/tag/2.5.0 + Release notes are available at https://github.com/SteamRE/SteamKit/releases/tag/3.0.0-Alpha.1 steamkit_logo_128.png https://github.com/SteamRE/SteamKit LGPL-2.1-only diff --git a/SteamKit2/SteamKit2/changes.txt b/SteamKit2/SteamKit2/changes.txt index 255e6b8cb..40f8b71c9 100644 --- a/SteamKit2/SteamKit2/changes.txt +++ b/SteamKit2/SteamKit2/changes.txt @@ -1,3 +1,15 @@ +------------------------------------------------------------------------------ +v 3.0.0 March 19 2024 +------------------------------------------------------------------------------ + +* Added a dependency on `System.IO.Hashing` +* Added `SteamKit2.WebUI.Internal` protobufs +* Updated Steam enums and protobufs. + +BREAKING CHANGES +* SteamKit now targets .NET 8 +* Removed obsolete methods and enum values + ------------------------------------------------------------------------------ v 2.5.0 November 6 2023 ------------------------------------------------------------------------------