Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is new in Entity Framework 6.1.2?

I noticed that EF 6.1.2 was released last week on NuGet, but I'm having trouble finding any release notes of what was updated. The CodePlex site only has notes up to 6.1.1. Where can I find this information or is it simply not available yet?

like image 301
Kcoder Avatar asked Dec 29 '14 18:12

Kcoder


1 Answers

Version 6.1.2 fixes several bugs. Read this Blogpost of the EF team on the ADO.Net blog:

What’s in EF6.1.2?

EF6.1.2 is mostly about bug fixes, you can see a list of the fixes included in EF6.1.2 on our CodePlex site.

like image 133
magicandre1981 Avatar answered Sep 28 '22 10:09

magicandre1981