Releases: tom-englert/AutoProperties.Fody
Releases · tom-englert/AutoProperties.Fody
1.25.0
- Revert marking as DevelopmentDependency
V 1.24.0
- Fix missing DevelopmentDependency.
V 1.23
- bump Fody to 6.0
- drop support for .net portable framework
V 1.22
- handling of generic properties.
V 1.21
Fix #12: Problem with auto-property initialization with generic base class
V 1.15
- Update Fody to 3.2.9 to support the new weaver lookup.
- Fix #10: NullReferenceException when inheritance and multiple assemblies are used
V 1.14
Fix #8: Hang at runtime if generic class uses property info
V 1.13
- Fine-tune #6 to support get-only properties.
V 1.12
Fix #6: Set interceptor is not invoked by auto property initializer
V1.11
- Fix #7: AmbiguousMatchException when subclass hides an inherited property of different type