File tree Expand file tree Collapse file tree 6 files changed +20
-8
lines changed
ProtobufDumper/ProtobufDumper Expand file tree Collapse file tree 6 files changed +20
-8
lines changed Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
33 <SteamKitRootDir >$(MSBuildThisFileDirectory)</SteamKitRootDir >
4- <SteamKitBaseVersion >3.0.2 </SteamKitBaseVersion >
4+ <SteamKitBaseVersion >3.1.0 </SteamKitBaseVersion >
55 </PropertyGroup >
66
77 <PropertyGroup >
Original file line number Diff line number Diff line change 1212 </PropertyGroup >
1313
1414 <ItemGroup >
15- <PackageReference Include =" protobuf-net" Version =" 3.2.46 " />
15+ <PackageReference Include =" protobuf-net" Version =" 3.2.52 " />
1616 </ItemGroup >
1717
1818</Project >
Original file line number Diff line number Diff line change 99
1010 <ItemGroup >
1111 <PackageReference Include =" CommandLineParser" Version =" 2.9.1" />
12- <PackageReference Include =" protobuf-net.Reflection" Version =" 3.2.46 " />
12+ <PackageReference Include =" protobuf-net.Reflection" Version =" 3.2.52 " />
1313 </ItemGroup >
1414
1515</Project >
Original file line number Diff line number Diff line change 44 <TargetFramework >net8.0</TargetFramework >
55 <SignAssembly >true</SignAssembly >
66 <Description >.NET library that aims to interoperate with the Steam network.</Description >
7- <PackageReleaseNotes >Release notes are available at https://github.com/SteamRE/SteamKit/releases/tag/3.0.2 </PackageReleaseNotes >
7+ <PackageReleaseNotes >Release notes are available at https://github.com/SteamRE/SteamKit/releases/tag/3.1.0 </PackageReleaseNotes >
88 <PackageIcon >steamkit_logo_128.png</PackageIcon >
99 <PackageProjectUrl >https://github.com/SteamRE/SteamKit</PackageProjectUrl >
1010 <PackageReadmeFile >description.md</PackageReadmeFile >
5353 <PrivateAssets >all</PrivateAssets >
5454 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
5555 </PackageReference >
56- <PackageReference Include =" protobuf-net" Version =" 3.2.46 " />
57- <PackageReference Include =" System.IO.Hashing" Version =" 9.0.3 " />
56+ <PackageReference Include =" protobuf-net" Version =" 3.2.52 " />
57+ <PackageReference Include =" System.IO.Hashing" Version =" 9.0.4 " />
5858 </ItemGroup >
5959
6060</Project >
Original file line number Diff line number Diff line change 1+ ------------------------------------------------------------------------------
2+ v 3.1.0 April 21 2025
3+ ------------------------------------------------------------------------------
4+
5+ * Added `SteamApps.PICSGetPrivateBeta`.
6+ * Fixed `PersonaStateCallback.StatusFlags`
7+ * Fixed parsing old v4 depot manifests.
8+ * `DepotChunk.Process` now validates the magic bytes of the compression.
9+ * Updated Steam EMsg.
10+ * Updated dependencies.
11+
12+
113------------------------------------------------------------------------------
214v 3.0.2 February 3 2025
315------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 1313 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1414 </PackageReference >
1515 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.13.0" />
16- <PackageReference Include =" xunit.analyzers" Version =" 1.20 .0" >
16+ <PackageReference Include =" xunit.analyzers" Version =" 1.21 .0" >
1717 <PrivateAssets >all</PrivateAssets >
1818 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1919 </PackageReference >
2020 <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.0.2" >
2121 <PrivateAssets >all</PrivateAssets >
2222 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2323 </PackageReference >
24- <PackageReference Include =" xunit.v3" Version =" 2.0.0 " />
24+ <PackageReference Include =" xunit.v3" Version =" 2.0.1 " />
2525 </ItemGroup >
2626
2727 <ItemGroup >
You can’t perform that action at this time.
0 commit comments