Releases: autofac/Autofac.Multitenant
v8.0.3
v8.0.2
v8.0.1
v8.0.0
Breaking Changes
Updated minimum core Autofac to 8.0.0, which minor breaking changes and target framework updates. See release notes for core Autofac.
Additional Changes
Add support for .NET 8.
Full Changelog: v7.0.1...v8.0.0
v7.0.1
v7.0.0
Version 7.0.0 is a compatibility release for Autofac v7.
Autofac v7 has some breaking changes; see the Autofac v7 release on github for details.
What's Changed
- Update Autofac.Multitenant for Autofac v7 support by @alistairjevans in #33
Full Changelog: v6.0.0...v7.0.0
v6.0.0
Version 6.0.0 is a compatibility release for Autofac v6.
Breaking change: Starting with Autofac 6.0, we now only target netstandard2.0
and netstandard2.1
; we have removed the explicit target for net461
.
The impact to you is that, while Autofac will still work on .NET Framework 4.6.1 as it did before, we strongly encourage you to upgrade to .NET Framework 4.7.2 or higher, as per the .NET Standard Documentation, to avoid any of the known dependency issues when using .NET Standard packages in .NET Framework 4.6.1.
v5.0.1
v5.0.0
This release is an update for compatibility with Autofac 5.0.0 and requires that new version. Autofac 5.0.0 does have some breaking changes - see the Autofac release notes for more information.
- Added
IAsyncDisposable
support. - No longer targeting
net451
ornetstandard1.1
. - Added targets for
net461
,netstandard2.0
, andnetstandard2.1
.