2.3.0 Release on .NET Core 2.0

pull/49/head DepotDownloader_2.3.0
Ryan Kistner 8 years ago
parent 0889da4316
commit 5425ef756d

1
.gitignore vendored

@ -12,6 +12,7 @@ TestResults
*.suo *.suo
*.user *.user
*.sln.docstates *.sln.docstates
.vs
# Build results # Build results
[Dd]ebug/ [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 // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [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 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: Parameters:
-app <#> - the AppID to download. -app <#> - the AppID to download.

Loading…
Cancel
Save