Skip to content

Commit fad7e12

Browse files
author
zzzprojects
committed
Update EF+ Core RC2 to RTM
Update EF+ Core RC2 to RTM
1 parent a48762d commit fad7e12

File tree

3 files changed

+776
-619
lines changed

3 files changed

+776
-619
lines changed

src/Z.EntityFramework.Plus.EFCore/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
[assembly: AssemblyCulture("")]
1919
[assembly: ComVisible(false)]
2020
[assembly: Guid("c41195f5-937e-4f2b-9f36-20650a804caa")]
21-
[assembly: AssemblyVersion("1.2.3")]
22-
[assembly: AssemblyFileVersion("1.2.3")]
21+
[assembly: AssemblyVersion("1.3.0")]
22+
[assembly: AssemblyFileVersion("1.3.0")]
Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.2.3-*",
2+
"version": "1.3.0",
33
"description": "Description: EF Bulk Operations & Utilities | Bulk Insert, Update, Delete, Merge from database.",
44
"authors": [ "ZZZ Projects Inc." ],
55
"packOptions": {
@@ -10,7 +10,10 @@
1010
"define": [ "EFCORE", "NET45", "FULL" ]
1111
},
1212
"dependencies": {
13-
"Microsoft.EntityFrameworkCore.Relational": "1.0.0-rc2-final"
13+
"Microsoft.EntityFrameworkCore.Relational": "1.0.0",
14+
"Microsoft.NETCore.Platforms": "1.0.1",
15+
"System.Dynamic.Runtime": "4.0.11",
16+
"System.Reflection.Emit": "4.0.1"
1417
},
1518
"frameworks": {
1619
"net451": {
@@ -25,15 +28,7 @@
2528
"imports": [
2629
"dnxcore50",
2730
"portable-net45+win8"
28-
],
29-
"dependencies": {
30-
"Microsoft.NETCore.Platforms": {
31-
"type": "build",
32-
"version": "1.0.1-*"
33-
},
34-
"System.Dynamic.Runtime": "4.0.11-rc2-24027",
35-
"System.Reflection.Emit": "4.0.1-rc2-24027"
36-
}
31+
]
3732
}
3833
}
3934
}

0 commit comments

Comments
 (0)