Releases: Cysharp/ConsoleAppFramework
Releases · Cysharp/ConsoleAppFramework
Ver 1.5.0
- Fix typo NullBatchInerceptor to NullBatchInterceptor #18, thanks @masfj
- Treat the return value as the exit code. #19, thanks @mayuki
Ver 1.4.0
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
1.2.0
(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
Use ConfigureHostConfiguration to initialize GenericHost. #12, thanks @mayuki