Skip to content

Commit

Permalink
Add changes for 3.0.0-Alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xPaw committed Mar 19, 2024
1 parent 26145f9 commit 42c95a5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion SteamKit2/SteamKit2/SteamKit2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<AssemblyOriginatorKeyFile>..\..\SteamKit.snk</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>
<Description>.NET library that aims to interoperate with the Steam network.</Description>
<PackageReleaseNotes>Release notes are available at https://github.com/SteamRE/SteamKit/releases/tag/2.5.0</PackageReleaseNotes>
<PackageReleaseNotes>Release notes are available at https://github.com/SteamRE/SteamKit/releases/tag/3.0.0-Alpha.1</PackageReleaseNotes>
<PackageIcon>steamkit_logo_128.png</PackageIcon>
<PackageProjectUrl>https://github.com/SteamRE/SteamKit</PackageProjectUrl>
<PackageLicenseExpression>LGPL-2.1-only</PackageLicenseExpression>
Expand Down
12 changes: 12 additions & 0 deletions SteamKit2/SteamKit2/changes.txt
Original file line number Diff line number Diff line change
@@ -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
------------------------------------------------------------------------------
Expand Down

0 comments on commit 42c95a5

Please sign in to comment.