Skip to content

Releases: mtamme/NProxy

Version 3.0.0

22 Apr 09:10

Choose a tag to compare

  • Support .NET 5 and greater.
  • Support .NET Core 3.1.
  • Support .NET Framework 4 and greater.
  • Removed .NET Framework 3.5 support.

Version 2.3.6

04 Jan 11:23

Choose a tag to compare

  • Support COM objects as invocation targets.
  • Fixed special method handling.

Version 2.3.5

28 Jul 15:06

Choose a tag to compare

  • Added support to share data between interceptors.

Version 2.3.4.

13 May 17:37

Choose a tag to compare

  • Change license to Apache License, Version 2.0.

Version 2.3.3.

12 Apr 16:14

Choose a tag to compare

  • Fixed property and event accessor handling.

Version 2.3.2.

12 Apr 12:02

Choose a tag to compare

  • Fixed event accessor handling.

Version 2.3.1.

12 Apr 11:36

Choose a tag to compare

  • Handle all potential event and property accessors.
  • Removed obsolete code.
  • Updated documentation.

Version 2.3.0.

08 Apr 08:58

Choose a tag to compare

  • Signed assembly with a strong name.

Version 2.2.1.

22 Feb 12:22

Choose a tag to compare

  • Fixed fluent proxy creation.

Version 2.2.0.

21 Feb 09:36

Choose a tag to compare

  • Fixed implemented interfaces returned by IProxyTemplate.
  • Exposed parent type via IProxyTemplate interface.
  • Exposed IInterceptionFilter interface.
  • Only offer optional members to IInterceptionFilter.