![]() |
VOOZH | about |
dotnet add package SimpleHelpers.ConsoleUtils --version 1.2.20
NuGet\Install-Package SimpleHelpers.ConsoleUtils -Version 1.2.20
<PackageReference Include="SimpleHelpers.ConsoleUtils" Version="1.2.20" />
<PackageVersion Include="SimpleHelpers.ConsoleUtils" Version="1.2.20" />Directory.Packages.props
<PackageReference Include="SimpleHelpers.ConsoleUtils" />Project file
paket add SimpleHelpers.ConsoleUtils --version 1.2.20
#r "nuget: SimpleHelpers.ConsoleUtils, 1.2.20"
#:package SimpleHelpers.ConsoleUtils@1.2.20
#addin nuget:?package=SimpleHelpers.ConsoleUtils&version=1.2.20Install as a Cake Addin
#tool nuget:?package=SimpleHelpers.ConsoleUtils&version=1.2.20Install as a Cake Tool
A helper class with console arguments parsing, log initialization, configuration file loading.
Uses NLog for logging.
Learn more about Target Frameworks and .NET Standard.
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.2.20 | 6,481 | 4/27/2016 |
| 1.2.16 | 3,120 | 4/16/2016 |
| 1.2.13 | 3,136 | 4/16/2016 |
| 1.2.12 | 3,025 | 4/16/2016 |
| 1.2.11 | 3,336 | 3/15/2016 |
| 1.2.10 | 3,742 | 3/14/2016 |
| 1.2.9 | 3,201 | 3/11/2016 |
| 1.2.8 | 3,014 | 3/11/2016 |
| 1.2.7 | 3,290 | 11/11/2015 |
| 1.2.6 | 3,644 | 9/30/2015 |
| 1.2.5 | 3,476 | 9/22/2015 |
| 1.2.4 | 3,296 | 9/22/2015 |
| 1.2.3 | 3,282 | 9/18/2015 |
| 1.2.2 | 3,485 | 9/18/2015 |
| 1.2.1 | 3,431 | 9/11/2015 |
| 1.2.0 | 3,254 | 8/24/2015 |
| 1.1.10 | 3,264 | 6/30/2015 |
| 1.1.9 | 3,356 | 5/28/2015 |
| 1.1.8 | 3,168 | 5/26/2015 |
| 1.1.7 | 3,301 | 5/25/2015 |
1.2.20
* Improve log targets options
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