Skip to content

Releases: dazinator/Dotnettency

2.0.0

08 Jun 22:54
Compare
Choose a tag to compare

Major release.

New Features

  • Now supports OWIN, not just ASP.NET Core.
  • Can Restart tenants.

Enhancements and Breaking Changes

  • Major refactoring has made the following projects / nuget packages redundant - they ca be removed from your project when upgrading to 2.0.0

    • Dotnettency.AspNetCore.Container
    • Dotnettency.Container
    • Dotnettency.HostingEnvironment
    • Dotnettency.MiddlewarePipeline
    • Dotnettency.AspNetCore.MiddlewarePipeline
  • See the latest sample startup.cs to see how to configure dotnettency as various configuration method names on the configuration builders were renamed, and some were made redundant.