Releases: lastunicorn/ConsoleTools.Commando
Releases · lastunicorn/ConsoleTools.Commando
ConsoleTools.Commando 2.1.0
- [feature] Added more helper setup methods for registering commands.
- [feature] Help command - limited the display width to 80 chars.
- [misc ] Upgrade the usage of ConsoleTools.Controls to 1.2.0
ConsoleTools.Commando 2.0.0
- [syntax ] Allow '=' and ':' as name-value separators.
- [syntax ] Used only '--' for parameter names.
- [feature] Added a Ninject configuration helper package.
- [feature] Added support for anonymous commands (command without a verb).
- [feature] Added base classes for commands and views.
- [feature] Changed the attributes for commands and parameters.
- [feature] Extracted the parsing logic into a different package.
- [feature] Added support for parameter of type Encoding.
- [feature] Added Starting and Ended events for the Application.
- [feature] Added support for multiple command with same name.
ConsoleTools.Commando 2.0.0-beta.5
v2.0.0-beta.5 incremented the version to 2.0.0-beta.5
ConsoleTools.Commando 2.0.0-beta.4
v2.0.0-beta.4 update version to beta 4
ConsoleTools.Commando 2.0.0-beta.3
v2.0.0-beta.3 removed the DefaultCommand. the simple Command can be used instead.
ConsoleTools.Commando 2.0.0-beta.2
v.2.0.0-beta.2 compacted the setup approches into a single project
ConsoleTools.Commando 2.0.0-beta
v2.0.0-beta added package restore step in the release script
ConsoleTools.Commando 2.0.0-alpha
v2.0.0-alpha changed version number to 2.0.0-alpha
ConsoleTools.Commando 1.5.0
- [feature] Improved the information displayed by the help command.
- Updated framework target to .net 6
ConsoleTools.Commando 1.4.0
- [feature] Added in the more details about the command being executed in the
CommandCreated
event.
Note: Use it from the nuget.org: https://www.nuget.org/packages/ConsoleTools.Commando