SimpleHelpers.ConsoleUtils 1.1.9

There is a newer version of this package available.
See the version list below for details.
dotnet add package SimpleHelpers.ConsoleUtils --version 1.1.9
NuGet\Install-Package SimpleHelpers.ConsoleUtils -Version 1.1.9
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SimpleHelpers.ConsoleUtils" Version="1.1.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SimpleHelpers.ConsoleUtils --version 1.1.9
#r "nuget: SimpleHelpers.ConsoleUtils, 1.1.9"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install SimpleHelpers.ConsoleUtils as a Cake Addin
#addin nuget:?package=SimpleHelpers.ConsoleUtils&version=1.1.9

// Install SimpleHelpers.ConsoleUtils as a Cake Tool
#tool nuget:?package=SimpleHelpers.ConsoleUtils&version=1.1.9

A helper class with console arguments parsing, log initialization, configuration file loading.
       Uses NLog for logging.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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,106 4/27/2016
1.2.16 1,976 4/16/2016
1.2.13 1,955 4/16/2016
1.2.12 1,893 4/16/2016
1.2.11 2,137 3/15/2016
1.2.10 2,529 3/14/2016
1.2.9 2,088 3/11/2016
1.2.8 1,900 3/11/2016
1.2.7 2,094 11/11/2015
1.2.6 2,400 9/30/2015
1.2.5 2,316 9/22/2015
1.2.4 2,130 9/22/2015
1.2.3 2,124 9/18/2015
1.2.2 2,316 9/18/2015
1.2.1 2,272 9/11/2015
1.2.0 2,079 8/24/2015
1.1.10 2,069 6/30/2015
1.1.9 2,072 5/28/2015
1.1.8 2,027 5/26/2015
1.1.7 2,120 5/25/2015
1.1.6 1,966 5/19/2015
1.1.5 2,163 5/19/2015
1.1.3 2,166 5/18/2015
1.1.2 2,109 5/15/2015
1.1.1 2,218 5/15/2015
1.1.0 2,097 5/15/2015
1.0.6 2,188 5/12/2015
1.0.5 2,109 5/12/2015
1.0.4 2,216 5/6/2015
1.0.3 2,407 5/4/2015
1.0.2 2,123 5/4/2015
1.0.1 2,186 5/4/2015
1.0.0 2,266 4/27/2015

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