Ver.3.3.0
- Fix: can not use
Dictionary<TKey, TValue>as parameter type - Improvement: Support
IAsyncDisposableto cleanup command(also supportsIDisposable), see Cleanup section - Improvmenet: Support configure first command name of Class/Method routing by annotate
[Command]to class, see CommandAttribute section.