SimpleHelpers.ConsoleUtils
1.2.16
See the version list below for details.
dotnet add package SimpleHelpers.ConsoleUtils --version 1.2.16
NuGet\Install-Package SimpleHelpers.ConsoleUtils -Version 1.2.16
<PackageReference Include="SimpleHelpers.ConsoleUtils" Version="1.2.16" />
paket add SimpleHelpers.ConsoleUtils --version 1.2.16
#r "nuget: SimpleHelpers.ConsoleUtils, 1.2.16"
// Install SimpleHelpers.ConsoleUtils as a Cake Addin #addin nuget:?package=SimpleHelpers.ConsoleUtils&version=1.2.16 // Install SimpleHelpers.ConsoleUtils as a Cake Tool #tool nuget:?package=SimpleHelpers.ConsoleUtils&version=1.2.16
A helper class with console arguments parsing, log initialization, configuration file loading.
Uses NLog for logging.
Learn more about Target Frameworks and .NET Standard.
-
- Newtonsoft.Json (>= 7.0.1)
- NLog (>= 4.2.3)
- SimpleHelpers.FileEncoding (>= 1.3.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2.20 | 5,355 | 4/27/2016 |
1.2.16 | 2,143 | 4/16/2016 |
1.2.13 | 2,151 | 4/16/2016 |
1.2.12 | 2,072 | 4/16/2016 |
1.2.11 | 2,343 | 3/15/2016 |
1.2.10 | 2,747 | 3/14/2016 |
1.2.9 | 2,220 | 3/11/2016 |
1.2.8 | 2,059 | 3/11/2016 |
1.2.7 | 2,321 | 11/11/2015 |
1.2.6 | 2,669 | 9/30/2015 |
1.2.5 | 2,477 | 9/22/2015 |
1.2.4 | 2,299 | 9/22/2015 |
1.2.3 | 2,310 | 9/18/2015 |
1.2.2 | 2,524 | 9/18/2015 |
1.2.1 | 2,474 | 9/11/2015 |
1.2.0 | 2,287 | 8/24/2015 |
1.1.10 | 2,288 | 6/30/2015 |
1.1.9 | 2,361 | 5/28/2015 |
1.1.8 | 2,189 | 5/26/2015 |
1.1.7 | 2,306 | 5/25/2015 |
1.1.6 | 2,153 | 5/19/2015 |
1.1.5 | 2,352 | 5/19/2015 |
1.1.3 | 2,411 | 5/18/2015 |
1.1.2 | 2,304 | 5/15/2015 |
1.1.1 | 2,439 | 5/15/2015 |
1.1.0 | 2,266 | 5/15/2015 |
1.0.6 | 2,384 | 5/12/2015 |
1.0.5 | 2,313 | 5/12/2015 |
1.0.4 | 2,476 | 5/6/2015 |
1.0.3 | 2,588 | 5/4/2015 |
1.0.2 | 2,332 | 5/4/2015 |
1.0.1 | 2,435 | 5/4/2015 |
1.0.0 | 2,481 | 4/27/2015 |
1.2.10
* Arguments parsing improvement for linux paths
1.2.9
* Log initialization review
1.2.6
* Better log archiving of old files
1.2.3
* Support for NLog targets
1.2.0
* log configuration tweaks
1.1.10
* added help file
1.1.8
* fix some typos and dependencies
1.1.6
* better support for displaying help text
1.1.3
* review of default initialization for better mono support
1.1.0
* improved command line arguments parsing
1.0.4
* better mono support
1.0.0
* first release