Skip to content

Ver.3.3.0

Choose a tag to compare

@github-actions github-actions released this 07 Apr 07:52
  • Fix: can not use Dictionary<TKey, TValue> as parameter type
  • Improvement: Support IAsyncDisposable to cleanup command(also supports IDisposable), see Cleanup section
  • Improvmenet: Support configure first command name of Class/Method routing by annotate [Command] to class, see CommandAttribute section.