We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e203e0 commit c553ef4Copy full SHA for c553ef4
DepotDownloader/DepotDownloader.csproj
@@ -4,7 +4,7 @@
4
<TargetFramework>net9.0</TargetFramework>
5
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
6
<RollForward>LatestMajor</RollForward>
7
- <Version>3.3.0</Version>
+ <Version>3.4.0</Version>
8
<Description>Steam Downloading Utility</Description>
9
<Authors>SteamRE Team</Authors>
10
<Copyright>Copyright © SteamRE Team 2025</Copyright>
@@ -27,6 +27,6 @@
27
</PackageReference>
28
<PackageReference Include="protobuf-net" Version="3.2.52" />
29
<PackageReference Include="QRCoder" Version="1.6.0" />
30
- <PackageReference Include="SteamKit2" Version="3.1.0" />
+ <PackageReference Include="SteamKit2" Version="3.2.0" />
31
</ItemGroup>
32
</Project>
0 commit comments