NCommander 0.14.0

dotnet add package NCommander --version 0.14.0
NuGet\Install-Package NCommander -Version 0.14.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="NCommander" Version="0.14.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NCommander --version 0.14.0
#r "nuget: NCommander, 0.14.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 NCommander as a Cake Addin
#addin nuget:?package=NCommander&version=0.14.0

// Install NCommander as a Cake Tool
#tool nuget:?package=NCommander&version=0.14.0

NCommander Build Status NuGet

A C# library for building command-base console applications. Inspired by python's argparse.

Hacking

Build the solution with dotnet build NCommander.sln. Run the tests with dotnet test NCommander.sln.

Product Compatible and additional computed target framework versions.
.NET 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 is compatible.  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 Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 is compatible.  net452 is compatible.  net46 is compatible.  net461 is compatible.  net462 is compatible.  net463 was computed.  net47 is compatible.  net471 is compatible.  net472 is compatible.  net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.0

    • No dependencies.
  • .NETFramework 4.5

    • No dependencies.
  • .NETFramework 4.5.1

    • No dependencies.
  • .NETFramework 4.5.2

    • No dependencies.
  • .NETFramework 4.6

    • No dependencies.
  • .NETFramework 4.6.1

    • No dependencies.
  • .NETFramework 4.6.2

    • No dependencies.
  • .NETFramework 4.7

    • No dependencies.
  • .NETFramework 4.7.1

    • No dependencies.
  • .NETFramework 4.7.2

    • No dependencies.
  • .NETFramework 4.8

    • No dependencies.
  • net6.0

    • No dependencies.
  • net7.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on NCommander:

Repository Stars
izrik/FbxSharp
A pure C# library for loading FBX files
Version Downloads Last updated
0.14.0 317 12/8/2022
0.13.0 393 6/28/2021
0.12.0 482 6/26/2021
0.11.1 1,408 9/16/2016
0.10.0 1,053 1/7/2016
0.9.0 2,042 10/15/2014

Target newer frameworks.