FluentCommandLineParser 1.5.0.7-commands
Prefix ReservedSee the version list below for details.
dotnet add package FluentCommandLineParser --version 1.5.0.7-commands
NuGet\Install-Package FluentCommandLineParser -Version 1.5.0.7-commands
<PackageReference Include="FluentCommandLineParser" Version="1.5.0.7-commands" />
<PackageVersion Include="FluentCommandLineParser" Version="1.5.0.7-commands" />
<PackageReference Include="FluentCommandLineParser" />
paket add FluentCommandLineParser --version 1.5.0.7-commands
#r "nuget: FluentCommandLineParser, 1.5.0.7-commands"
#:package FluentCommandLineParser@1.5.0.7-commands
#addin nuget:?package=FluentCommandLineParser&version=1.5.0.7-commands&prerelease
#tool nuget:?package=FluentCommandLineParser&version=1.5.0.7-commands&prerelease
A simple, strongly typed .NET C# command line parser library using a fluent easy to use interface
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net35 is compatible. net35-client is compatible. net40 was computed. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. 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 (4)
Showing the top 4 NuGet packages that depend on FluentCommandLineParser:
| Package | Downloads |
|---|---|
|
SSW.DataOnion.Core
Main DataOnion implementation, including AmbientDbContext, UnitOfWork, Repositories, DataInitialisers etc. |
|
|
Spider-cli
Webtest runner |
|
|
SSW.DataOnion.CodeGenerator
DataOnion code generator for DbContext which helps to set it up for Migrations |
|
|
dotnet-spider
Webtest runner |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.5.0.20-commands | 240,450 | 12/3/2017 |
| 1.5.0.19-commands | 3,543 | 11/27/2017 |
| 1.5.0.18-commands | 3,459 | 11/26/2017 |
| 1.5.0.17-commands | 4,164 | 11/26/2017 |
| 1.5.0.7-commands | 11,167 | 11/25/2017 |
| 1.4.3 | 2,659,087 | 7/21/2015 |
| 1.4.2 | 28,646 | 6/10/2015 |
| 1.4.1 | 31,824 | 2/9/2015 |
| 1.4.0 | 13,573 | 1/5/2015 |
| 1.3.0 | 33,106 | 11/11/2014 |
| 1.2.2 | 17,497 | 6/28/2013 |
| 1.2.1 | 6,128 | 4/25/2013 |
| 1.2.0 | 5,749 | 4/23/2013 |
| 1.1.0 | 5,687 | 3/22/2013 |
| 1.0.3 | 5,797 | 3/13/2013 |
| 1.0.2 | 5,665 | 3/4/2013 |
| 1.0.1 | 5,763 | 2/28/2013 |
| 1.0.0 | 6,167 | 2/23/2013 |
Support git style commands, see https://stackoverflow.com/questions/45289653/fluent-command-line-parser-call-function/47486943