Skip to content

Releases: Cysharp/ConsoleAppFramework

Ver.4.0.5

12 Jan 12:02
Compare
Choose a tag to compare
  • Fix show error when can not resolver service in parameter.

Ver.4.0.4

03 Jan 16:34
Compare
Choose a tag to compare
  • Add ConsoleApp.Services/Configuration/Environment/Lifetime

Ver.4.0.3

03 Jan 16:34
Compare
Choose a tag to compare

fix, AddSubCommands does not use NameConverter

Ver.4.0.2

02 Jan 05:56
Compare
Choose a tag to compare
  • ConsoleAppBuilder's HostContext methods returns ConsoleAppBuilder

Ver.4.0.1

29 Dec 17:08
Compare
Choose a tag to compare

remove dependency.
v4's details, see v4.0.0 release notes.

Ver.4.0.0

29 Dec 16:53
Compare
Choose a tag to compare

v4 introduces minimal API ConsoleApp.Create/CreateBuilder and many new features.
Please see new API documentation.

v3 -> v4 compatibility, check #v3-legacy-compatibility section.
netstandard2.0 and swagger support was dropped.

Ver.3.3.2

21 Oct 03:40
132a258
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.3.1...3.3.2

Ver.3.3.1

15 Jul 05:58
Compare
Choose a tag to compare
  • Add targetframework netcoreapp3.1

Ver.3.3.0

07 Apr 07:52
Compare
Choose a tag to compare
  • 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.

Ver 3.2.0

07 Oct 02:30
Compare
Choose a tag to compare
  • Add OptionAttribute.DefaultValue property that allows overwrite default value message of help.
  • Fix nullable parameter's type message, from Nullable 1 to Type?