ConsoleFx 2.0.0-beta9
See the version list below for details.
dotnet add package ConsoleFx --version 2.0.0-beta9
NuGet\Install-Package ConsoleFx -Version 2.0.0-beta9
<PackageReference Include="ConsoleFx" Version="2.0.0-beta9" />
paket add ConsoleFx --version 2.0.0-beta9
#r "nuget: ConsoleFx, 2.0.0-beta9"
// Install ConsoleFx as a Cake Addin #addin nuget:?package=ConsoleFx&version=2.0.0-beta9&prerelease // Install ConsoleFx as a Cake Tool #tool nuget:?package=ConsoleFx&version=2.0.0-beta9&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 | Versions 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. |
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,642 | 2/25/2016 |
2.0.0-rc02 | 1,208 | 2/14/2016 |
2.0.0-rc01 | 1,138 | 1/30/2016 |
2.0.0-beta9 | 1,126 | 1/30/2016 |
2.0.0-beta8 | 1,113 | 1/28/2016 |
2.0.0-beta7 | 1,120 | 1/28/2016 |
2.0.0-beta6 | 1,133 | 1/27/2016 |
2.0.0-beta5 | 1,139 | 1/27/2016 |
2.0.0-beta4 | 1,161 | 1/27/2016 |
2.0.0-beta3 | 1,157 | 1/27/2016 |
2.0.0-beta2 | 937 | 10/14/2015 |
2.0.0-beta | 942 | 10/14/2015 |
1.4.0 | 3,099 | 6/20/2012 |
1.2.0 | 1,409 | 6/9/2012 |
1.1.0 | 1,434 | 6/3/2012 |
1.0.0 | 1,619 | 6/3/2012 |
Added Runner.cs and Usage.txt content files.