Releases: mtamme/NProxy
Releases · mtamme/NProxy
Version 3.0.0
Version 2.3.6
- Support COM objects as invocation targets.
- Fixed special method handling.
Version 2.3.5
- Added support to share data between interceptors.
Version 2.3.4.
- Change license to Apache License, Version 2.0.
Version 2.3.3.
- Fixed property and event accessor handling.
Version 2.3.2.
- Fixed event accessor handling.
Version 2.3.1.
- Handle all potential event and property accessors.
- Removed obsolete code.
- Updated documentation.
Version 2.3.0.
- Signed assembly with a strong name.
Version 2.2.1.
- Fixed fluent proxy creation.
Version 2.2.0.
- Fixed implemented interfaces returned by
IProxyTemplate
. - Exposed parent type via
IProxyTemplate
interface. - Exposed
IInterceptionFilter
interface. - Only offer optional members to
IInterceptionFilter
.