Skip to content

SQL LocalDB Wrapper v3.0.0

Compare
Choose a tag to compare
@martincostello martincostello released this 10 Oct 09:41
14ce006

SqlLocalDb v3.0.0

NuGet

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 of System.Data.SqlClient.
  • Add nullable reference type annotations.
  • Change constants in the SqlLocalDbErrors class to fields.