MaSch.Console.Cli
0.4.0
See the version list below for details.
dotnet add package MaSch.Console.Cli --version 0.4.0
NuGet\Install-Package MaSch.Console.Cli -Version 0.4.0
<PackageReference Include="MaSch.Console.Cli" Version="0.4.0" />
paket add MaSch.Console.Cli --version 0.4.0
#r "nuget: MaSch.Console.Cli, 0.4.0"
// Install MaSch.Console.Cli as a Cake Addin #addin nuget:?package=MaSch.Console.Cli&version=0.4.0 // Install MaSch.Console.Cli as a Cake Tool #tool nuget:?package=MaSch.Console.Cli&version=0.4.0
Contains supporting code for console CLI applications.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. 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 Framework | net48 is compatible. net481 was computed. |
-
.NETFramework 4.8
- MaSch.Console (>= 0.2.4)
- MaSch.Core (>= 0.2.6)
- Microsoft.Extensions.DependencyInjection (>= 5.0.1)
-
net5.0
- MaSch.Console (>= 0.2.4)
- MaSch.Core (>= 0.2.6)
- Microsoft.Extensions.DependencyInjection (>= 5.0.1)
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 |
---|---|---|
0.4.6 | 413 | 2/11/2023 |
0.4.5 | 382 | 11/26/2022 |
0.4.4 | 519 | 1/29/2022 |
0.4.3 | 340 | 12/19/2021 |
0.4.2 | 322 | 12/19/2021 |
0.4.1 | 347 | 9/23/2021 |
0.4.0 | 403 | 7/7/2021 |
0.3.2 | 440 | 6/29/2021 |
0.3.1 | 329 | 6/24/2021 |
0.3.0 | 357 | 6/24/2021 |
0.2.0 | 380 | 6/16/2021 |
0.1.5 | 357 | 6/14/2021 |
0.1.4 | 352 | 6/14/2021 |
0.1.3 | 358 | 6/13/2021 |
0.1.2 | 346 | 6/13/2021 |
0.1.1 | 332 | 6/13/2021 |
0.1.0 | 331 | 6/13/2021 |
- Refactored CliApplication, CliAsyncApplication, CliApplicationBuilder and CliAsyncApplicationBuilder.
- CliApplication and CliAsyncApplication now uses IServiceProvider for dependency injection.
- CliApplication and CliAsyncApplication is now fixed after creation by the CliApplicationBuilder and can therefore not be changed anymore.
- CliApplication and CliAsyncApplication can now only created by its corresponding builder.
- ICliCommandExecutor interface renamed to ICliExecutable
- ICliCommandExecutor<> interface renamed to ICliExecutor<>
- ICliAsyncCommandExecutor interface renamed to ICliAsyncExecutable
- ICliAsyncCommandExecutor<> interface renamed to ICliAsyncExecutor<>
- ICliCommandInfoFactory interface renamed to ICliCommandFactory
- CliCommandInfoFactory class renamed to CliCommandFactory