Simple Injector v5.0.4 Release Notes

Release Date: 2020-10-15 // over 3 years ago
  • ๐Ÿ“ฆ Simple Injector v5.0.4 is available through Nuget.

    ๐Ÿš€ When upgrading to v5.0, 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.0.x release.

    ๐Ÿš€ This patch release fixes three bugs:

    • #850 Conditional registrations can now be made when AllowOverridingRegistrations is set to true
    • #836 Conditionally register instances of the same type can now be registered (thanks to @kwlin)
    • ๐Ÿ’… #859 When calling Lifestyle.Singleton.CreateRegistration using a Func<object> delegate, C# overload resolution would cause the incorrect CreateRegistration overload to be called.