Skip to content

Releases: autofac/Autofac.Extras.DynamicProxy

v7.1.0

29 Jun 14:20
Compare
Choose a tag to compare

Added net6.0 target framework.

v7.0.0

26 May 14:30
7104182
Compare
Choose a tag to compare

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

01 Mar 17:14
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.0.0...v6.0.1

v6.0.0

29 Sep 08:43
d14b34a
Compare
Choose a tag to compare

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 when EnableInterfaceInterceptors and AllowCircularDependencies
  • Removed net461 target framework
  • Autofac minimum bumped to 6.0.0

v5.0.0

13 Feb 17:03
1566ba2
Compare
Choose a tag to compare

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 or netstandard1.3
  • New targets for net461, netstandard2.0, netstandard2.1
  • Minimum Autofac 5.1.0.

v4.5.0

29 Aug 14:29
Compare
Choose a tag to compare
  • Upgrade Castle.Core to 4.3.1 for performance improvements.
  • Switched from symbol server to SourceLink support.

v4.4.0

12 Feb 19:18
Compare
Choose a tag to compare

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

09 Feb 16:51
Compare
Choose a tag to compare
  • Updated Castle.Core reference to 4.1.0 to avoid missing System.* package warnings.
  • Updated Autofac reference to 4.0.1 to make the full .NET 4.5 framework reference experience smoother.

v4.2.1

17 Feb 13:51
Compare
Choose a tag to compare

Improved performance of class based dynamic proxies by caching attribute defined interceptor services in registration metadata.

v4.2.0

26 Jan 22:17
Compare
Choose a tag to compare

Added support for netstandard 1.3 via Castle.Core 4.0.0.