Skip to content

Releases: lechu445/ConsoleMenu

Release list

2.6.1

Choose a tag to compare

@lechu445 lechu445 released this 02 Sep 16:10
7d4c750

What's Changed

  • Fix Show already active menu causing StackOverflow #17

Full Changelog: v2.6.0...2.6.1

v2.6.0

Choose a tag to compare

@lechu445 lechu445 released this 17 Feb 21:18
c931683

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