Skip to content

v3.0.59

Choose a tag to compare

@JonathanMagnan JonathanMagnan released this 18 Aug 21:01
· 45 commits to master since this release

Download the library here

  • ADDED: Audit MetaProperty options to let you create a "property" with a custom old value and new value (#625)
AuditManager.DefaultConfiguration.MetaProperty<MyEntity>("metaName", x => x.NavigationProperty.Name, x => x.NavigationProperty.Name);