RabbitConsole.Core
1.8.0
See the version list below for details.
dotnet add package RabbitConsole.Core --version 1.8.0
NuGet\Install-Package RabbitConsole.Core -Version 1.8.0
<PackageReference Include="RabbitConsole.Core" Version="1.8.0" />
paket add RabbitConsole.Core --version 1.8.0
#r "nuget: RabbitConsole.Core, 1.8.0"
// Install RabbitConsole.Core as a Cake Addin #addin nuget:?package=RabbitConsole.Core&version=1.8.0 // Install RabbitConsole.Core as a Cake Tool #tool nuget:?package=RabbitConsole.Core&version=1.8.0
RabbitConsole is a framework that helps to build console application fast and easy.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
.NETFramework 4.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.
V1.8.0
- Added extension methods on IRecordingWorker
V1.7.0
- The arguments dictionary now is CurrentCultureIgnoreCase
- DefaultOutputWorker now has new method WriteOutput
V1.5.0
- Added IUserSelectionService and two implements ConsoleUserSelectionService / MinMaxConsoleUserSelectionService
V1.4.2
- Fixed DefaultArgumentsParser incase that value contains ':' character(s)
V1.4.1
- Review IRecordingWorker interface