Releases: xin9le/DeclarativeSql
Releases · xin9le/DeclarativeSql
v1.3.0
Improvements
- Supports .NET 5!!
- Enable nullable reference types
Fixes
IDbConnection.Update
method was throwing ArgumentNullException
exception
v1.2.9
Update NuGet packages
ZString
v2.2.0
Microsoft.Data.SqlClient
v2.0.1
System.Data.SqlClient
v4.8.2
Microsoft.NET.Test.Sdk
v16.7.1
xunit
v2.4.3
v1.2.8
Bugfix
- Avoided sending unnecessary properties on update
v1.2.7
- Update
ZString
v2.1.3
- Update
Microsoft.Data.SqlClient
v2.0.0
- Update
xunit
v2.4.2
v1.2.5
Improvements
- Supports
Contains
method of concrete collection type
- Update NuGet packages