You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -216,6 +216,12 @@ public class TestDataService
216
216
## Nuget Package
217
217
To use in your project, add the [SqlBulkHelpers NuGet package](https://www.nuget.org/packages/SqlBulkHelpers/) to your project.
218
218
219
+
### v2.4.6 Release Notes:
220
+
- Updates to resolve security vulnerabilities in dependencies.
221
+
222
+
### v2.4.5 Release Notes:
223
+
- Fix Null Reference Exception if Linq2Db Column Attribute is used but no Name mapping is specified since it is actually optional (https://github.com/cajuncoding/SqlBulkHelpers/issues/20).
224
+
219
225
### v2.4.4 Release Notes:
220
226
- Fix Collation Conflict Risks -- Thanks to Contribution by @simelis[PR](https://github.com/cajuncoding/SqlBulkHelpers/pull/18)
221
227
- Fix Security Vulnerability in System.Data.SqlClient
0 commit comments