Dapper FluentMap Versions Save

Provides a simple API to fluently map POCO properties to database columns when using Dapper.

v2.0.0

3 years ago

Dapper.FluentMap

  • Update to Dapper 2.0.35

Dapper.FluentMap.Dommel

  • Update to Dapper.FluentMap 2.0
  • Update to Dommel 2.0

v1.8.1

3 years ago

Add conventions to the Dommel column name resolver

v1.8.0

5 years ago
  • Update Dapper to 1.60.1 - fixes #83
  • Fix matching nullable properties in conventions - #82
  • Don't fall back to default mapping when property is ignored - #81

v1.7.0

5 years ago
  • Use ReflectedType on full .NET and .NET Standard 2.0 (.NET Core 2.0 and .NET Core 2.1) for mapping properties from derived entities.
    • Fixes #42, #43 and #56
  • Update Dapper to 1.50.5
  • Releases Dapper.FluentMap.Dommel 1.6.0
    • Update Dapper to 1.50.5
    • Update Dommel to 1.10.1

v1.6.0

6 years ago
  • Update to .NET Core 2.0 SDK
  • Update to .NET Standard library 1.6.1

Dapper.FluentMap.Dommel

  • Release v1.5.0

v1.5.4

6 years ago
  • Fix mapping value objects - #58

v1.5.3

6 years ago

Drop .NET 4.0 support

v1.5.1

7 years ago

Update to .NET Core RTM

v1.5.0

7 years ago

Migrated to .NET Standard 1.3

v1.5.0-beta1

8 years ago

Version using Dapper v1.50.0-beta8