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.6.x release.
- #1026 Added
Scope.GetAllInstances<TService>()andGetAllInstances(Type serviceType)method overloads. - #1008 Added
Container.RegisterSingleton(Type concreteType)overload. - #1005 Marked obsoleted properties UseLoosenedLifestyleMismatchBehavior EnableDynamicAssemblyCompilation as compilation error. They will be removed in v6.
- #1016 Add git repository information to NuGet package. Thanks to @thompson-tomo.