Releases: KostovMartin/Dapper.Bulk
Releases · KostovMartin/Dapper.Bulk
Dapper.Bulk v1.6.0
-Reference package Microsoft.Data.SqlClient instead of System.Data.SqlClient
-Added support for Schema attribute
-Allow ColumnName and Key on the same field
-TargetFramework is now net6.0
-Updated nugets and code style
Dapper.Bulk v1.5.0
-Added byte[] type support
-Added netstandard2.1 support
-Removed framework 4.5 support.
-Catalog.Schema.TableName Nomenclature Fix #21
-Identity Insert support
Dapper.Bulk v1.4.2
Dapper.Bulk v1.4.1
-Fixed issue #7.
Dapper.Bulk v1.4.0
-Added custom column names support.
Dapper.Bulk v1.3.0
-Added better invalid properties support.
-Added NotMapped attribute support.
Dapper.Bulk v1.2.0
-Added Enum support.
Dapper.Bulk v1.1.1
-Fixed issue #2
Dapper.Bulk v1.1
- Table conventions are now cleaned on SetupConvention call.
Dapper.Bulk v1.0.3
- Fixed bug: exception thrown when inserted items are more than send onces, due triggers activity.
- Added custom table name generation conventions.