RabbitConsole.Core
1.9.2
dotnet add package RabbitConsole.Core --version 1.9.2
NuGet\Install-Package RabbitConsole.Core -Version 1.9.2
<PackageReference Include="RabbitConsole.Core" Version="1.9.2" />
paket add RabbitConsole.Core --version 1.9.2
#r "nuget: RabbitConsole.Core, 1.9.2"
// Install RabbitConsole.Core as a Cake Addin #addin nuget:?package=RabbitConsole.Core&version=1.9.2 // Install RabbitConsole.Core as a Cake Tool #tool nuget:?package=RabbitConsole.Core&version=1.9.2
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.9.0
- Add GetVersionInfo
V1.8.1
- Signed the assembly
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