Releases: alexander-87/Dapper.FluentColumnMapping
Releases · alexander-87/Dapper.FluentColumnMapping
Version 1.1.0
- Added missing XML documentation to extension methods.
- Created this
CHANGELOG
file. - Adding overload to the
GetTypeMapping<>()
extension method with option to throw exception if theType
hasn't been registered. - Adding
MapProperty(string)
extension method to allow mapping properties using a string for the name instead of forcing the use of a LINQ expression. - Adding
MappedColumns
property to theIMappedType
interface to provide easier access to the mapped column info. - Adding
CopyMappingsFrom<T>(MappedType<T>, IMappedType)
extension method to make it easier to copy mappings betweenMappedType
instances
Fixed NuGet Package Dependencies
Bumped version # to fix incorrect dependency configuration in .nuspec
file.
NOTE: There were no code changes in this version.
Version 1.0.0
Initial Release! 🎉 😎
- Published to NuGet