Releases: SamhammerAG/Samhammer.Options
Releases · SamhammerAG/Samhammer.Options
8.0.1
8.0.0
6.0.0
- update for dotnet 6.0
3.1.5
BREAKING CHANGES
- The loading of IConfiguration has been changed from IServiceCollection to mandatory parameter
- The usage of logging has been changed from IServiceCollection to options container and is deactivated by default (see also README)
NEW
- The registration of custom IAssemblyResolvingStrategy is now possible by options container (see also README)
services.ResolveOptions(configuration, options => options.SetStrategy(new MyAssemblyResolvingStrategy()));
3.1.4
3.1.3
update microsoft packages to 3.1.3