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);