Skip to content

Commit

Permalink
Bump version to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xPaw committed Dec 29, 2024
1 parent e292c56 commit 2147c7a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<SteamKitRootDir>$(MSBuildThisFileDirectory)</SteamKitRootDir>
<SteamKitBaseVersion>3.0.0</SteamKitBaseVersion>
<SteamKitBaseVersion>3.0.1</SteamKitBaseVersion>
</PropertyGroup>

<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion SteamKit2/SteamKit2/SteamKit2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<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</PackageReleaseNotes>
<PackageReleaseNotes>Release notes are available at https://github.com/SteamRE/SteamKit/releases/tag/3.0.1</PackageReleaseNotes>
<PackageIcon>steamkit_logo_128.png</PackageIcon>
<PackageProjectUrl>https://github.com/SteamRE/SteamKit</PackageProjectUrl>
<PackageReadmeFile>description.md</PackageReadmeFile>
Expand Down
8 changes: 8 additions & 0 deletions SteamKit2/SteamKit2/changes.txt
Original file line number Diff line number Diff line change
@@ -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
------------------------------------------------------------------------------
Expand Down

0 comments on commit 2147c7a

Please sign in to comment.