- Add explicit support for net48 and netcoreapp3.1
- Allow longer console input than the default 254 character limitation
- Allow TimeSpan arguments
- Navigatable commands in command line mode now get executed
- Update to netstandard20
- Add inner exception stack trace when executing command
- Ignore get/set methods on public type scanning
- Methods with similar call structure are now fixed (#2)
- Auto up after commands is now available (#3)
- Async void commands will show an error message and won't execute
- Ability to scan public types, allowing modes where dependant libraries won't need a reference to commanr runner to still offer commands (#7)