From 5425ef756dce79455a6e93ad95a17ff044c1add0 Mon Sep 17 00:00:00 2001 From: Ryan Kistner Date: Mon, 30 Apr 2018 22:21:13 -0600 Subject: [PATCH] 2.3.0 Release on .NET Core 2.0 --- .gitignore | 1 + DepotDownloader/Properties/AssemblyInfo.cs | 2 +- DepotDownloader/Properties/launchSettings.json | 7 +++++++ README.md | 5 +++-- 4 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 DepotDownloader/Properties/launchSettings.json diff --git a/.gitignore b/.gitignore index 57c51667c..8772e0faf 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ TestResults *.suo *.user *.sln.docstates +.vs # Build results [Dd]ebug/ diff --git a/DepotDownloader/Properties/AssemblyInfo.cs b/DepotDownloader/Properties/AssemblyInfo.cs index 7a49f3ef4..6c79ae500 100644 --- a/DepotDownloader/Properties/AssemblyInfo.cs +++ b/DepotDownloader/Properties/AssemblyInfo.cs @@ -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")] diff --git a/DepotDownloader/Properties/launchSettings.json b/DepotDownloader/Properties/launchSettings.json new file mode 100644 index 000000000..2fda57058 --- /dev/null +++ b/DepotDownloader/Properties/launchSettings.json @@ -0,0 +1,7 @@ +{ + "profiles": { + "DepotDownloader": { + "commandName": "Project" + } + } +} \ No newline at end of file diff --git a/README.md b/README.md index a716058dc..edbaa4ebe 100644 --- a/README.md +++ b/README.md @@ -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 [optional parameters] +Usage: ./depotdownloader [optional parameters] +OR: dotnet DepotDownloader.dll [optional parameters] Parameters: -app <#> - the AppID to download.