Releases: autofac/Autofac.Wcf
Releases · autofac/Autofac.Wcf
v7.0.0
v6.1.0
What's Changed
- #28: Missing service registrations will now throw
InvalidOperationException
instead ofNullReferenceException
. (Thanks @JarkoDubbeldam! #29) - Package now includes README and symbols are published in .snupkg format to NuGet.
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 now targets net472, instead of net461.
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.
- Minimum .NET Framework updated to .NET 4.6.1
- Support for registering modules that will be added on a per-instance-context basis.