Skip to content

PPWCode.Vernacular.Persistence.V 1.2.0

Choose a tag to compare

@github-actions github-actions released this 17 Jul 10:22
· 3 commits to V/next since this release

Changes

  • Add support for AuditLog<> model
    • AuditLog model
    • AuditLogActionEnum
    • AuditLogAttribute
    • AuditLogPropertyIgnoreAttribute
  • Add support for versioned entities
    • VersionedPersistentObject
    • AuditableVersionedPersistentObject
    • InsertAuditableVersionedPersistentObject
    • UpdateAuditableVersionedPersistentObject
      Switched the solution file from .sln to .slnx format
  • Updated the .NET SDK version to 10.0.302
  • Added gen5 to the NuGet package tags
  • Generated portable debug symbols for both Debug and Release configurations
  • Changed test and analyzer package versions to floating versions
  • Updated test project dependencies to the latest available versions

bugfixes

  • Equals method should be virtual in PersistentObject

View full changelog →