Skip to content

Releases: Cysharp/ConsoleAppFramework

Ver 1.6.0

25 Oct 08:55
Compare
Choose a tag to compare

Enables DI Scope #21 #23, thanks @takutoy, @mayuki
Don't use logger filter #24, thanks @mayuki
Internally, codes has been enabled Nullable Reference Type #20, thanks @nogic1008

Ver 1.5.0

04 Oct 07:25
8262211
Compare
Choose a tag to compare
  • Fix typo NullBatchInerceptor to NullBatchInterceptor #18, thanks @masfj
  • Treat the return value as the exit code. #19, thanks @mayuki

Ver 1.4.0

03 Oct 03:56
4b29a5a
Compare
Choose a tag to compare

Upgrade Microsoft.Extensions.Hosting and .NET Core #16

  • MicroBatchFramework is still using .NET Standard 2.0
  • MicroBatchFramework.WebHosting is now using ASP.NET Core 3.0

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