Releases: autofac/Autofac.Extras.DynamicProxy
Releases · autofac/Autofac.Extras.DynamicProxy
v7.1.0
v7.0.0
What's Changed
- Update Castle.Core to v5.1.1 (thanks @sstassen-wowcorp!)
- Enabled nullable reference type annotations.
Full Changelog: v6.0.1...v7.0.0
v6.0.1
What's Changed
- Update the dependency on Autofac to version 6.2.0 by @Dmitrii-Naumov in #44
- Distributing symbols as .snupkg instead of embedded in the .nupkg. Add https://symbols.nuget.org/download/symbols to your list of symbol servers.
New Contributors
- @Dmitrii-Naumov made their first contribution in #44
Full Changelog: v6.0.0...v6.0.1
v6.0.0
This release is an update for compatibility with Autofac 6.0.0
. The Autofac dependency has been updated to require 6.0.0
or later. There are some breaking changes in 6.0.0
- see the Autofac release notes for more information.
- Fix #40 -
PropertiesAutowired
not working whenEnableInterfaceInterceptors
andAllowCircularDependencies
- Removed
net461
target framework - Autofac minimum bumped to
6.0.0
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.
- No longer targeting
net45
ornetstandard1.3
- New targets for
net461
,netstandard2.0
,netstandard2.1
- Minimum Autofac 5.1.0.
v4.5.0
v4.4.0
Updated the Castle.Core minimum version to 4.2.1 due to the new "slow-assembly-versioning" approach taken by Castle.Core. See the "Known Issues" section of the Autofac interceptors doc for additional info.
v4.3.0
v4.2.1
v4.2.0
Added support for netstandard 1.3 via Castle.Core 4.0.0.