Releases: dazinator/Dotnettency
Releases · dazinator/Dotnettency
2.0.0
Major release.
New Features
- Now supports
OWIN
, not justASP.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 configuredotnettency
as various configuration method names on the configuration builders were renamed, and some were made redundant.