Skip to content

1.1.0

Compare
Choose a tag to compare
@Peled-Zohar Peled-Zohar released this 17 May 13:07
· 36 commits to master since this release

Changes from previous version:

  1. Added a class called MenuDisplayArgs to reduce the number of overloads and simplify the work.
  2. Added a new static class called ExConsoleChooseFromEnum, containing methods that once where in ExConsoleMenu class.
  3. Added new functionality - multiple select menus, in ExConsoleMultipleSelectMenu class.
    This change also comes with a MultipleSelectDisplayArgs class to hold display configuration for the multiple select menu.
  4. Changed void methods to return the current instance of the ExConsole class to enable fluent usage.