Releases: jbogard/bulk-writer
Releases · jbogard/bulk-writer
v5.0.0
v4.0.0
v3.0.0
Key changes:
- Allow the caller to completely override SqlBulkCopyOptions in BulkWriter's .ctor
- Add new ETL pipeline feature
- Change from System.Data.SqlClient dependency to Microsoft.Data.SqlClient
- Remove old net452 / netstandard1.3 build targets
- Cleanup public interface of the library
- Include XMLDoc comments on public interfaces/classes
- Fix build warning for non-CLS-compliant types
- Resolve health issues reported by NuGet Package Explorer
- Correct copyright symbol in package metadata.