Skip to content

Releases: martincostello/sqllocaldb

v6.0.0

17 Mar 21:24
Immutable release. Only release title and notes can be modified.
v6.0.0
32ba68b

Choose a tag to compare

What's Changed

Full Changelog: v5.0.1...v6.0.0

v5.0.1

02 Mar 14:25
Immutable release. Only release title and notes can be modified.
v5.0.1
b216c73

Choose a tag to compare

What's Changed

Full Changelog: v5.0.0...v5.0.1

v5.0.0

11 Nov 14:12

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.0...v5.0.0

v4.0.0

30 Apr 15:54
958f54a

Choose a tag to compare

What's Changed

Important

This release drops support for netstandard2.0 and net6.0, adds support for net462, continuing to support net8.0.
The dependency on Microsoft.Data.SqlClient is updated to 6.0.2.

Full Changelog: v3.4.0...v4.0.0

v3.4.0

02 Feb 10:04

Choose a tag to compare

What's Changed

Full Changelog: v3.3.0...v3.4.0

v3.3.0

14 Nov 21:11
d434098

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.0...v3.3.0

SQL LocalDB Wrapper v3.2.0

01 Apr 13:11
edf1e9e

Choose a tag to compare

NuGet

Changes

  • Fix incorrect TFM condition (#502)

Full Changelog: v3.1.0...v3.2.0

SQL LocalDB Wrapper v3.1.0

08 Nov 10:53
4bf3f68

Choose a tag to compare

NuGet

Changes

  • Add net6.0 target framework (#385)

SQL LocalDB Wrapper v3.0.1

12 Jul 19:16
ec038fc

Choose a tag to compare

SqlLocalDb v3.0.1

NuGet

Changes

  • Support deterministics and reproducible builds (#234)
  • Publish symbol packages to NuGet.org (#164)
  • Use GitHub Actions for CI (#224)
  • Prepare for .NET 6 (#421)

SQL LocalDB Wrapper v3.0.0

10 Oct 09:41
14ce006

Choose a tag to compare

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.