Skip to content

v6.0.1

Choose a tag to compare

@devRoemer devRoemer released this 14 Feb 12:53
· 36 commits to master since this release
0b7fad2

Note: This release contains breaking changes to simplify usage.

Optional Container name
The container name can be set in the AzureBlobStorageOptions now by setting the field "ContainerName".
For custom clientFactories there is a new method that has to be implemented to return the default container name (or null if you always specify one in your method).
Also note that the containerName parameter was moved to the last position in all method signatures of AzureBlobStorageService.

Injection of the service with default factory
This is now possible with or without generics (as before). You can now use the interface "IAzureBlobStorageService" to inject it.

Extension methods for IServiceCollection and IHealthChecksBuilder
There are now additional extensions for initialization with multiple clientFactories. See readme for further details.