v0.11.0
Pre-release
Pre-release
[0.11.0] - 2022-05-05
Changed
- BREAKING: Removed add batch output from API. Please use the
AddOutputsAsync
method from now on. This is donation only. #78 - BREAKING: Some implementations which have been properly interfaced, are reduced to internal visibility from now on. #117
Updated
- Updated
Microsoft.Extensions.DependencyInjection.Abstractions
fromv6.0.0
tov6.0.1
#114
Fixed
- Do not throw exception on cancellation of request #124 - Contribution CodeCasterNL