ConsoleFx 2.0.0-beta8

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

// Install ConsoleFx as a Cake Tool
#tool nuget:?package=ConsoleFx&version=2.0.0-beta8&prerelease

ConsoleFx is a framework to build command-line applications, with support for command-line argument parsing and handling, including built-in error handling and validation support.
This is the binary package for the ConsoleFx core, which provides a fluent API for creating command-line applications. Use this package if you want add the ConsoleFx core assembly references to your application instead of having a dependency on the ConsoleFx assemblies.
If you wish to embed the ConsoleFx code in your application, then use the ConsoleFx.Code package instead.
Visit https://consolefx.codeplex.com/wikipage?title=Adv_Deployment for details on ConsoleFx deployment scenarios.
Visit the project URL for documentation or download the full package to obtain the sample applications.

Product Compatible and additional computed target framework versions.
.NET Framework net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on ConsoleFx:

Package Downloads
ConsoleFx.Shell

ConsoleFx Interactive Shell is a framework for building interactive command-line applications. It is built on top of the ConsoleFx Core framework and thereby supports all the command-line parsing features available in ConsoleFx Core. This is the binary package for the ConsoleFx Interactive Shell. Use this package if you want add the ConsoleFx Interactive Shell assembly references to your application. If you wish to embed the ConsoleFx Interactive Shell code in your application, then use the ConsoleFx.Shell.Code package instead. Visit http://consolefx.codeplex.com/wikipage?title=Adv_Deployment for details on ConsoleFx deployment scenarios. Visit the project URL for documentation or download the full package to obtain the sample applications.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0-rc03 1,596 2/25/2016
2.0.0-rc02 1,177 2/14/2016
2.0.0-rc01 1,124 1/30/2016
2.0.0-beta9 1,094 1/30/2016
2.0.0-beta8 1,081 1/28/2016
2.0.0-beta7 1,094 1/28/2016
2.0.0-beta6 1,108 1/27/2016
2.0.0-beta5 1,111 1/27/2016
2.0.0-beta4 1,129 1/27/2016
2.0.0-beta3 1,124 1/27/2016
2.0.0-beta2 907 10/14/2015
2.0.0-beta 913 10/14/2015
1.4.0 3,047 6/20/2012
1.2.0 1,381 6/9/2012
1.1.0 1,404 6/3/2012
1.0.0 1,589 6/3/2012

Added Runner.cs and Usage.txt content files.