MGR.CommandLineParser 0.3.0

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

// Install MGR.CommandLineParser as a Cake Tool
#tool nuget:?package=MGR.CommandLineParser&version=0.3.0

MGR.CommandLineParser is a multi-command line parser. It uses System.ComponentModel.DataAnnotations to declare the commands.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  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. 
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 (2)

Showing the top 2 NuGet packages that depend on MGR.CommandLineParser:

Package Downloads
MGR.CommandLineParser.Hosting

MGR.CommandLineParser is a multi-command line parser. It uses System.ComponentModel.DataAnnotations to declare the commands.

MGR.CommandLineParser.Command.Lambda

MGR.CommandLineParser is a multi-command line parser. It uses System.ComponentModel.DataAnnotations to declare the commands.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.13.0 210 2/29/2024
0.12.0 1,410 3/19/2021
0.11.0 1,686 3/23/2019
0.11.0-beta.2 297 3/22/2019
0.11.0-beta.1 280 3/20/2019
0.10.0 703 2/11/2019
0.10.0-beta1 501 2/11/2019
0.9.0 2,645 8/21/2017
0.9.0-beta1 729 8/19/2017
0.8.0 977 5/26/2017
0.8.0-beta73 754 5/26/2017
0.8.0-beta70 744 5/26/2017
0.7.0 1,044 12/18/2016
0.7.0-beta27 768 12/18/2016
0.7.0-beta26 787 12/18/2016
0.7.0-beta25 785 12/18/2016
0.6.2 1,499 2/3/2016
0.6.1 1,262 1/25/2016
0.6.0 1,255 1/3/2016
0.5.0 1,608 10/23/2015
0.4.2 2,448 12/29/2014
0.4.1 2,044 4/22/2012
0.4.0 1,335 4/20/2012
0.3.1 1,372 4/14/2012
0.3.0 1,324 4/13/2012
0.2.0 1,314 4/10/2012
0.1.0 1,339 4/5/2012
0.0.1.1 1,310 4/3/2012
0.0.1 1,370 4/2/2012

0.0.1.1 : Add project URL and framework dependencies
0.1.0 : Add converter for URI and Enum. Add a ICommandProvider.GetHelpCommand and HelpCommand.Current
0.2.0 : The ICommand.Execute returns an int (for exit code) and the parser returns a CommandResult
0.3.0 : The CommandResult contains the list of validation errors