McMaster.Extensions.Hosting.CommandLine
4.0.1
Prefix Reserved
Install-Package McMaster.Extensions.Hosting.CommandLine -Version 4.0.1
dotnet add package McMaster.Extensions.Hosting.CommandLine --version 4.0.1
<PackageReference Include="McMaster.Extensions.Hosting.CommandLine" Version="4.0.1" />
paket add McMaster.Extensions.Hosting.CommandLine --version 4.0.1
#r "nuget: McMaster.Extensions.Hosting.CommandLine, 4.0.1"
// Install McMaster.Extensions.Hosting.CommandLine as a Cake Addin
#addin nuget:?package=McMaster.Extensions.Hosting.CommandLine&version=4.0.1
// Install McMaster.Extensions.Hosting.CommandLine as a Cake Tool
#tool nuget:?package=McMaster.Extensions.Hosting.CommandLine&version=4.0.1
Provides command-line parsing API integration with the generic host API (Microsoft.Extensions.Hosting).
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 | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- McMaster.Extensions.CommandLineUtils (>= 4.0.1)
- Microsoft.Extensions.Hosting.Abstractions (>= 6.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 6.0.0)
-
.NETStandard 2.1
- McMaster.Extensions.CommandLineUtils (>= 4.0.1)
- Microsoft.Extensions.Hosting.Abstractions (>= 6.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 6.0.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on McMaster.Extensions.Hosting.CommandLine:
Package | Downloads |
---|---|
KubeOps
This is an operator sdk written in c#. It enables a developer to create a custom controller for CRDs (CustomResourceDefinitions) that runs on kubernetes. |
|
MbUtils.Extensions.CommandLineUtils
Helper classes for command line app |
|
OpenExtensions.Cli
This library provides abstractions, extensions and helpers for private cli tools |
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on McMaster.Extensions.Hosting.CommandLine:
Repository | Stars |
---|---|
natemcmaster/CommandLineUtils
Command line parsing and utilities for .NET
|
|
real-zony/ZonyLrcToolsX
ZonyLrcToolsX 是一个能够方便地下载歌词的小软件。
|
|
Eastrall/Rhisis
Rhisis is an experimental FlyFF MMORPG emulator built with C# 9 and .NET 6
|
Version | Downloads | Last updated |
---|---|---|
4.0.1 | 51,778 | 2/1/2022 |
4.0.0 | 13,195 | 12/27/2021 |
4.0.0-beta.74 | 15,141 | 1/22/2021 |
4.0.0-beta.56 | 215 | 1/17/2021 |
3.1.0 | 182,538 | 1/10/2021 |
3.1.0-rc.371 | 358 | 11/7/2020 |
3.1.0-beta.356 | 711 | 9/13/2020 |
3.1.0-beta.336 | 186 | 8/28/2020 |
3.0.0 | 97,975 | 3/29/2020 |
3.0.0-rc.289 | 364 | 3/21/2020 |
3.0.0-alpha.268 | 1,829 | 3/9/2020 |
2.6.0 | 10,022 | 3/8/2020 |
2.5.1 | 46,569 | 2/7/2020 |
2.5.0 | 12,225 | 1/2/2020 |
2.4.4 | 11,679 | 11/11/2019 |
2.4.3 | 18,949 | 11/1/2019 |
2.4.2 | 10,960 | 9/24/2019 |
2.4.1 | 2,156 | 9/18/2019 |
2.4.0 | 465 | 9/14/2019 |
2.4.0-rc.103 | 229 | 9/4/2019 |
2.4.0-beta.99 | 285 | 8/24/2019 |
2.4.0-beta.81 | 316 | 7/26/2019 |
2.4.0-alpha.70 | 234 | 6/20/2019 |
2.3.4 | 11,965 | 4/11/2019 |
2.3.3 | 1,031 | 3/11/2019 |
2.3.2 | 2,847 | 2/5/2019 |
2.3.1 | 876 | 1/19/2019 |
2.3.0 | 4,296 | 1/1/2019 |
2.3.0-rc.460 | 640 | 12/15/2018 |
2.3.0-beta | 987 | 12/4/2018 |
Changes:
* Update dependencies to latest .NET 6 libraries.
See more details here: https://github.com/natemcmaster/CommandLineUtils/blob/main/CHANGELOG.md#v401