Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
xPaw committed Jul 18, 2024
1 parent e76d58e commit fe1c134
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
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/3.0.0-Alpha.1</PackageReleaseNotes>
<PackageReleaseNotes>Release notes are available at https://github.com/SteamRE/SteamKit/releases/tag/3.0.0-Alpha.2</PackageReleaseNotes>
<PackageIcon>steamkit_logo_128.png</PackageIcon>
<PackageProjectUrl>https://github.com/SteamRE/SteamKit</PackageProjectUrl>
<PackageLicenseExpression>LGPL-2.1-only</PackageLicenseExpression>
Expand Down
6 changes: 5 additions & 1 deletion SteamKit2/SteamKit2/changes.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
------------------------------------------------------------------------------
v 3.0.0 March 19 2024
v 3.0.0 July 18 2024
------------------------------------------------------------------------------

* Added a dependency on `System.IO.Hashing`
* Added `SteamKit2.WebUI.Internal` protobufs
* Added `ChatMode` to `LogOnDetails`
* Added `DepotManifest.Serialize`
* Updated Steam enums and protobufs.

BREAKING CHANGES
* SteamKit now targets .NET 8
* Removed obsolete methods and enum values
* Removed Artifact and Underlords generated protobufs
* Removed `DepotManifest.SaveToFile`

------------------------------------------------------------------------------
v 2.5.0 November 6 2023
Expand Down

0 comments on commit fe1c134

Please sign in to comment.