2.3.0 Release on .NET Core 2.0

pull/49/head DepotDownloader_2.3.0
Ryan Kistner 7 years ago
parent 0889da4316
commit 37cd9b6a15

1
.gitignore vendored

@ -12,6 +12,7 @@ TestResults
*.suo
*.user
*.sln.docstates
.vs
# Build results
[Dd]ebug/

@ -31,4 +31,4 @@ using System.Runtime.InteropServices;
// 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")]

@ -0,0 +1,7 @@
{
"profiles": {
"DepotDownloader": {
"commandName": "Project"
}
}
}

@ -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.

Loading…
Cancel
Save