Skip to content

Releases: dotnet/ef6

EF 6.5.2

28 Apr 19:17
a2d9359

Choose a tag to compare

What's Changed

  • Update Microsoft.Data.SqlClient to 5.1.6 by @AndriySvyryd in #2284
  • Port .NET 10 first-class span support fix by @Copilot in #2365
  • Fix HierarchyId parsing for numbers outside Int32 range by @Copilot in #2362
  • Allow the tools to run on the newest SDK by @AndriySvyryd in #2396

Full Changelog: v6.5.1...v6.5.2

EF 6.6.0-preview1

28 Apr 19:24
85058c7

Choose a tag to compare

EF 6.6.0-preview1 Pre-release
Pre-release

What's Changed

  • Update Microsoft.Data.SqlClient version by @AndriySvyryd in #2329
  • Add fix for .NET 10 first-class span support by @ericsampson in #2345
  • Correct spelling mistake in doc comments by @Alainx277 in #2351
  • Fix HierarchyId to support numbers outside Int32 range by @Copilot in #2359
  • Enable symbols packages and deterministic builds for source-stepping by @Copilot in #2358

New Contributors

Full Changelog: v6.5.1...v6.6.0-preview1

EF 6.5.1

17 Jun 16:28
0d6dbc5

Choose a tag to compare

What's Changed

Full Changelog: v6.5.0...v6.5.1

EF 6.5.0

14 Jun 21:21
acdf7ad

Choose a tag to compare

What's Changed

  • New SQL Server / Azure SQL Database provider (contributed by the community) - Microsoft.EntityFramework.SqlServer. This new provider uses the modern SQL Server client Microsoft.Data.SqlClient. For more information about configuration of this provider, see Microsoft.EntityFramework.SqlServer Guide.
  • The ef6 utility was updated to only support .NET 6 and newer. It was also updated to support reading from app.config files, and support Windows ARM64.
  • The System.Data.SqlClient driver was updated to version 4.8.6.

Full Changelog: https://github.com/dotnet/ef6/compare/v6.4.4..v6.5.0

EF 6.4.4

14 May 23:21

Choose a tag to compare

This release contains no functional changes. Only the NuGet package icon was updated.

N/A

11 Mar 18:41
ce6cc58

Choose a tag to compare

N/A

This release does not exist. It was created erroneously by automated process.

EF 6.4

05 Dec 20:31
27f812c

Choose a tag to compare

The primary goal of EF 6.4 is to polish the features and scenarios we delivered in EF 6.3. To this end we have fixed important issues found in EF 6.3 to create a more stable release.

.NET Core 3.1.0-preview3

14 Nov 19:19
a118e6a

Choose a tag to compare

v6.4.0-preview1-19506-01

18 Oct 05:28
bb59aff

Choose a tag to compare

Pre-release
Merge pull request #1352 from aspnet/darc-release/6.4-preview1-201e42…

v6.3.0

29 Sep 20:17
2815041

Choose a tag to compare

Merge pull request #1266 from mmitche/stabilize

[release/6.3] Stabilize package versions