Releases: autofac/Autofac.Mvc.Owin
Releases · autofac/Autofac.Mvc.Owin
v6.1.0
What's Changed
Update base Autofac.Owin dependency to 7.0.0 so fixes and features are present by default.
Full Changelog: v6.0.0...v6.1.0
v6.0.0
This is a compatibility release for Autofac 6.0
Breaking change: Starting with Autofac 6.0, we now only target netstandard2.0
and netstandard2.1
; we have removed the explicit target for net461
.
This package therefore targets net472
, instead of net461
.
v4.0.1
Reduced .NET Framework dependency down to 4.5.
v4.0.0
- Updated to .NET 4.5 and the associated security model.
- Verified support for Autofac 4.0.
v3.1.0
This release occurred prior to switching Autofac components to separate repositories.