Changelog

4.0.3

Fixes

  • Fix version range for Castle.Windsor dependency in PPWCode.Vernacular.NHibernate.III.CastleWindsor

    • Both versions 5.1.1 and 5.1.2 are supported

4.0.2

4.0.0

Changes

  • Supported targets: .NET standard 2.0, .NET 8.0, .NET 9.0, .NET 10.0 and .NET full framework (explicit support for 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1)

    • Note: .NET standard 2.0 not supported for PPWCode.Vernacular.NHibernate.III.Test (because of dependency on NUnit)

  • Build and publish workflows on GitHub actions

  • Upgraded dependencies

  • Initial version of documentation, available on PPWCode .NET Docs

3.0.0

Changes

  • Upgrade dependencies

  • Supported targets: .NET standard 2.0, .NET 6.0, .NET 8.0

Breaking

  • Removed targets: .NET Core 3.1, .NET 5.0

  • Always write properties LastModifiedAt & LastModifiedBy when persisting a transient entity (breaking change)

    • Properties are also filled in upon creation of the entity

  • SimpleModelMapper: remove implicit mapping for Versioning (breaking change)

    • Related to versioned objects (persistence version)