1.1.0
Changes from previous version:
- Added a class called
MenuDisplayArgs
to reduce the number of overloads and simplify the work. - Added a new static class called
ExConsoleChooseFromEnum
, containing methods that once where inExConsoleMenu
class. - Added new functionality - multiple select menus, in
ExConsoleMultipleSelectMenu
class.
This change also comes with aMultipleSelectDisplayArgs
class to hold display configuration for the multiple select menu. - Changed void methods to return the current instance of the
ExConsole
class to enable fluent usage.