Capoala.CmdLine
2018.1.0.7
Install-Package Capoala.CmdLine -Version 2018.1.0.7
dotnet add package Capoala.CmdLine --version 2018.1.0.7
<PackageReference Include="Capoala.CmdLine" Version="2018.1.0.7" />
paket add Capoala.CmdLine --version 2018.1.0.7
#r "nuget: Capoala.CmdLine, 2018.1.0.7"
// Install Capoala.CmdLine as a Cake Addin
#addin nuget:?package=Capoala.CmdLine&version=2018.1.0.7
// Install Capoala.CmdLine as a Cake Tool
#tool nuget:?package=Capoala.CmdLine&version=2018.1.0.7
A cross-platform command line management system.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETCoreApp 1.0
- Microsoft.NETCore.App (>= 1.0.5)
-
.NETCoreApp 1.1
- Microsoft.NETCore.App (>= 1.1.2)
-
.NETCoreApp 2.0
- No dependencies.
-
.NETFramework 4.6.2
- No dependencies.
-
.NETFramework 4.7
- No dependencies.
-
.NETStandard 1.5
- NETStandard.Library (>= 1.6.1)
-
.NETStandard 1.6
- NETStandard.Library (>= 1.6.1)
-
.NETStandard 2.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 |
---|---|---|
2018.1.0.7 | 973 | 11/30/2017 |
2017.2.0.8 | 1,163 | 10/6/2017 |
2017.2.0.5 | 1,171 | 10/6/2017 |
2017.1.1.4 | 788 | 8/22/2017 |
2017.1.1.3 | 935 | 8/15/2017 |
2017.1.1.2 | 779 | 8/14/2017 |
2017.1.1.1 | 657 | 8/14/2017 |
Release: 2018.1.0.7
API Changes:
- Removing the nesting requirement for base class implementations.
- Improved parsing with new CmdLineSearchOptions flags.
- Additional default restrictions and implementations.
Bug Fixes:
- Parsing accuracy implemented with new CmdLineSearchOptions flags.
- Nuget package now includes the xml documentation files for all framework versions.
New Features:
- New CmdLineSearchOptions flags used for evaluating if an argument is found.
Other Notes:
- Re-Structure of code-base.