Skip to content

Releases: Cysharp/ConsoleAppFramework

Ver 1.3.0

17 Sep 11:14
beb4583
Compare
Choose a tag to compare

Improve Command detect #15, thanks @itn3000

1.2.0

15 Apr 09:39
f6a549c
Compare
Choose a tag to compare

(Breaking Changes)Remove SimpleConsoleLogger dependency from BatchEngine initialization. #13, thanks @mayuki

Note, this breaking change, does not work console logging if you use new HostBuilder().
you can change BatchHost.CreateDefaultBuilder() instead of new HostBuilder().

1.1.0

15 Apr 04:41
4546b64
Compare
Choose a tag to compare

Use ConfigureHostConfiguration to initialize GenericHost. #12, thanks @mayuki