Simple Injector v3.0.5
Release Notes
If you're upgrading from v2.x, please make sure you upgrade your application to the latest 2.8.x version of Simple Injector first. please read the v3.0 release notes first
Simple Injector v.3.0.5 is a patch release that fixes two bugs in the core library and fixes the assembly version number of the SimpleInjector.Extensions.ExecutionContextScoping.dll.
Bug fixes / improvements:
- Unconditional generic registration with type constraint could not be made when
Container.Options.AllowOverridingRegistrations
was set totrue
. (fixes #116) - Improved exception message that communicates that registrations of collections are separated from other registrations. (fixes #115)
- AssemblyVersion and AssemblyFileVersion of SimpleInjector.Extensions.ExecutionContextScoping library was set to 2.4.0. (fixes #118)