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.SqlClientinstead ofSystem.Data.SqlClient. - Add nullable reference type annotations.
- Change constants in the
SqlLocalDbErrorsclass to fields.