Simple Injector v5.1
This release is available through Nuget.
When upgrading from v4.x, please make sure you upgrade your application to the latest v4.x version of Simple Injector first. After that upgrade directly to the latest v5.2.x release.
This minor release adds two new features to the core library:
- #857
Collection.Append
andCollection.Register
can now be called while supplying both a lifestyle and open generic implementations. - #861
DependencyMetadata<T>
can now be used in conjunction with Flowing scopes.
Thanks to @henriblMSFT for providing high-quality feature requests that made this possible.