SQL LocalDB Wrapper v3.0.0
SqlLocalDb v3.0.0
Version 3.0.0
of SQL LocalDB Wrapper is a major version update that moves the library to depend on the SQL Server types in the new Microsoft.Data.SqlClient NuGet package.
Changes
- Depend on
Microsoft.Data.SqlClient
instead ofSystem.Data.SqlClient
. - Add nullable reference type annotations.
- Change constants in the
SqlLocalDbErrors
class to fields.