From 42c95a57a2d05eab45aa694eb0b16c6cee0b71ef Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Tue, 19 Mar 2024 13:28:19 +0200 Subject: [PATCH] Add changes for 3.0.0-Alpha.1 --- SteamKit2/SteamKit2/SteamKit2.csproj | 2 +- SteamKit2/SteamKit2/changes.txt | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) 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 ------------------------------------------------------------------------------