BizArk.Core 2.0.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package BizArk.Core --version 2.0.3
NuGet\Install-Package BizArk.Core -Version 2.0.3
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="BizArk.Core" Version="2.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BizArk.Core --version 2.0.3
#r "nuget: BizArk.Core, 2.0.3"
#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 BizArk.Core as a Cake Addin
#addin nuget:?package=BizArk.Core&version=2.0.3

// Install BizArk.Core as a Cake Tool
#tool nuget:?package=BizArk.Core&version=2.0.3

Core assembly in the BizArk framework. The most useful component in the command-line parsing. For more info see project site.

Product Compatible and additional computed target framework versions.
.NET Framework net40-client is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.16 240 2/10/2015
2.0.15 97 1/25/2015
2.0.14 558 4/17/2014
2.0.13 88 3/5/2014
2.0.12 69 1/14/2014
2.0.10 90 12/12/2013
2.0.9 90 12/11/2013
2.0.8 105 10/23/2013
2.0.7 90 10/10/2013
2.0.4 92 9/30/2013
2.0.3 91 9/16/2013

Significant improvements and bug fixes in the command-line parsing component:

7538 Initialized method isn't called when no args are given
7522 Set ExitCode which is different than 0 on exception
7513 Exception is thrown when class derived from CmdLineObject is executed from Team City
7471 Assignment delimiter - allows custom delimeter between comman-line name and value
7445 Overriding validation on CmdLineObject doesn't really invalidate the object
7220 Multiple default properties
7142 Using aliases with different case causes exception