Skip to content

Commit

Permalink
2.3.0 Release on .NET Core 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
azuisleet committed May 1, 2018
1 parent 0889da4 commit 5425ef7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ TestResults
*.suo
*.user
*.sln.docstates
.vs

# Build results
[Dd]ebug/
Expand Down
2 changes: 1 addition & 1 deletion DepotDownloader/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.2.2.0")]
[assembly: AssemblyVersion("2.3.0.0")]
7 changes: 7 additions & 0 deletions DepotDownloader/Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"profiles": {
"DepotDownloader": {
"commandName": "Project"
}
}
}
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
DepotDownloader
===============

Steam depot downloader utilizing the SteamKit2 library. Supports .NET and Mono
Steam depot downloader utilizing the SteamKit2 library. Supports .NET Core 2.0

```
Usage: depotdownloader <parameters> [optional parameters]
Usage: ./depotdownloader <parameters> [optional parameters]
OR: dotnet DepotDownloader.dll <parameters> [optional parameters]
Parameters:
-app <#> - the AppID to download.
Expand Down

0 comments on commit 5425ef7

Please sign in to comment.