SimpleCommandlineParser 1.3.3

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

// Install SimpleCommandlineParser as a Cake Tool
#tool nuget:?package=SimpleCommandlineParser&version=1.3.3

Simple and straight forward command line parser for dotnet console apps

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.1 is compatible.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 is compatible. 
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 2.1

    • No dependencies.
  • .NETCoreApp 3.1

    • No dependencies.
  • .NETFramework 4.8

    • No dependencies.
  • net6.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.4 184 10/17/2023
1.3.3 84 10/17/2023
1.3.2 80 10/17/2023
1.3.1 70 10/17/2023
1.3.0 70 10/17/2023
1.2.0 853 5/24/2021
1.1.2 376 9/14/2020
1.1.1 364 9/14/2020
1.1.0 374 9/11/2020
1.0.0 401 9/11/2020

Release 1.2 introduces chainable methods to add parameters ane invoke parsing, lambdas and switch actions
       In release 1.3 the help text has been refactored for better readability.