ManyConsole 1.0.0.4
See the version list below for details.
dotnet add package ManyConsole --version 1.0.0.4
NuGet\Install-Package ManyConsole -Version 1.0.0.4
<PackageReference Include="ManyConsole" Version="1.0.0.4" />
paket add ManyConsole --version 1.0.0.4
#r "nuget: ManyConsole, 1.0.0.4"
// Install ManyConsole as a Cake Addin #addin nuget:?package=ManyConsole&version=1.0.0.4 // Install ManyConsole as a Cake Tool #tool nuget:?package=ManyConsole&version=1.0.0.4
A library for writing console applications. Extends Mono.Options to support separate commands from one console application.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- Mono.Options (>= 5.3.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on ManyConsole:
Package | Downloads |
---|---|
Superwalnut.NetCoreConsoleTemplate
This is a project template for .Net Core 3.1 Console app, pre-configured and ready to use with, 1. Autofac 5.2.0 registrations setup. 2. pre-Configured Serilog 2.9.0 console sinks. 3. pre-Configured AutoMapper 10.0.0. 4. pre-Installed Newtonsoft.Json 12.0.3 using `dotnet new -i Superwalnut.NetCoreConsoleTemplate` to install project as a template, And using `dotnet new core-console-autofac` to create a project with the template. |
|
SolutionInspector.Api
SolutionInspector checks your solution and projects against a plethora of different configurable rules to keep it tidy. |
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on ManyConsole:
Repository | Stars |
---|---|
toddams/RazorLight
Template engine based on Microsoft's Razor parsing engine for .NET Core
|
|
sethreno/schemazen
Script and create SQL Server objects quickly
|
|
Neskol/MaichartConverter
A format converter for maimai related charts
|
|
tfsaggregator/tfsaggregator
A server side plugin for Team Foundation Server (TFS) and Azure DevOps Server for performing various Work Item related calculations, create new Work Items and Links automatically.
|
Version | Downloads | Last updated |
---|---|---|
2.0.1 | 510,571 | 6/30/2019 |
2.0.0-beta | 770 | 6/30/2019 |
1.0.0.4 | 120,232 | 5/5/2018 |
1.0.0.3 | 25,062 | 11/19/2017 |
1.0.0.2 | 5,963 | 10/29/2017 |
1.0.0.1 | 37,491 | 10/14/2017 |
0.4.2.20 | 268,187 | 7/27/2016 |
0.4.2.19 | 95,446 | 2/22/2016 |
0.4.2.18 | 39,663 | 12/18/2015 |
0.4.2.17 | 195,967 | 10/4/2013 |
0.4.2.16 | 16,595 | 2/10/2013 |
0.4.2.15 | 1,775 | 2/10/2013 |
0.4.2.14 | 3,408 | 12/9/2012 |
0.4.2.13 | 1,862 | 12/6/2012 |
0.4.2.12 | 3,053 | 10/6/2012 |
0.4.2.10 | 1,978 | 9/30/2012 |
0.4.2.9 | 2,968 | 9/8/2012 |
0.4.2.8 | 3,468 | 6/22/2012 |
0.4.2.7 | 1,915 | 5/17/2012 |
0.4.2.6 | 1,953 | 4/29/2012 |
0.4.2.5 | 1,803 | 4/29/2012 |
0.4.2.3 | 1,823 | 4/26/2012 |
0.4.2.2 | 1,891 | 4/10/2012 |
0.4.2 | 3,318 | 2/4/2012 |
0.4.1 | 2,033 | 1/11/2012 |
0.4.0.1 | 2,012 | 1/7/2012 |
0.4.0 | 1,919 | 1/7/2012 |
0.3.8 | 1,908 | 12/28/2011 |
0.3.7 | 2,325 | 12/4/2011 |
0.3.6 | 2,090 | 10/18/2011 |
0.3.5 | 1,937 | 10/14/2011 |
0.3.4 | 1,979 | 10/14/2011 |
0.3.3 | 1,939 | 10/13/2011 |
0.3.2 | 1,930 | 10/9/2011 |
0.3.1 | 1,963 | 8/27/2011 |
0.3.0 | 2,587 | 8/27/2011 |
Moved to Mono.Options from NDesk.Options. Update your references to NDesk.Options if you have any.