Skip to content

Releases: SamhammerAG/Samhammer.Options

8.0.1

08 Sep 09:02
Compare
Choose a tag to compare

update Microsoft.Extensions.DependencyModel to 8.0.2
this updates transitive System.Text.Json to 8.0.5

8.0.0

08 Mar 10:20
5fd7ae6
Compare
Choose a tag to compare
  • Dotnet8

6.0.0

20 Jan 12:36
86cb73f
Compare
Choose a tag to compare
  • update for dotnet 6.0

3.1.5

01 Oct 13:47
Compare
Choose a tag to compare

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

13 Aug 06:44
Compare
Choose a tag to compare

Update dependencies to latest version

3.1.3

28 Apr 14:18
Compare
Choose a tag to compare

update microsoft packages to 3.1.3