Skip to content

Releases: lechu445/ConsoleMenu

2.6.1

02 Sep 16:10
7d4c750
Compare
Choose a tag to compare

What's Changed

  • Fix Show already active menu causing StackOverflow #17

Full Changelog: v2.6.0...2.6.1

v2.6.0

17 Feb 21:18
c931683
Compare
Choose a tag to compare

Added async API #10:

  • ConsoleMenu.ShowAsync(cancellationToken)
  • ConsoleMenu.Add* methods that accept asynchronous methods
  • MenuItem.AsyncAction allows to get and set async action to menu item