Skip to content

Commit 5d0c4fb

Browse files
committed
Bump version to 3.0.0
1 parent d087678 commit 5d0c4fb

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

DepotDownloader/DepotDownloader.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<TargetFramework>net9.0</TargetFramework>
55
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
66
<RollForward>LatestMajor</RollForward>
7-
<Version>2.7.3</Version>
7+
<Version>3.0.0</Version>
88
<Description>Steam Downloading Utility</Description>
99
<Authors>SteamRE Team</Authors>
10-
<Copyright>Copyright © SteamRE Team 2024</Copyright>
10+
<Copyright>Copyright © SteamRE Team 2025</Copyright>
1111
<ApplicationIcon>..\Icon\DepotDownloader.ico</ApplicationIcon>
1212
<Deterministic>true</Deterministic>
1313
<TreatWarningsAsErrors Condition="'$(ContinuousIntegrationBuild)' == 'true'">true</TreatWarningsAsErrors>

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,8 @@ Any connection to Steam will be closed if they share a LoginID. You can specify
101101

102102
### Why doesn't my password containing special characters work? Do I have to specify the password on the command line?
103103
If you pass the `-password` parameter with a password that contains special characters, you will need to escape the command appropriately for the shell you are using. You do not have to include the `-password` parameter on the command line as long as you include a `-username`. You will be prompted to enter your password interactively.
104+
105+
### I am getting error 401 or no manifest code returned for old manifest ids
106+
Try logging in with a Steam account, this may happen when using anonymous account.
107+
108+
Steam allows developers to block downloading old manifests, in which case no manifest code is returned even when parameters appear correct.

0 commit comments

Comments
 (0)