Skip to content

Commit 248cc54

Browse files
author
zzzprojects
committed
Add KeyFile for .NET Core project
Add KeyFile for .NET Core project
1 parent 7eaec4a commit 248cc54

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
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.3.1")]
22-
[assembly: AssemblyFileVersion("1.3.1")]
21+
[assembly: AssemblyVersion("1.3.2")]
22+
[assembly: AssemblyFileVersion("1.3.2")]

src/Z.EntityFramework.Plus.EFCore/Z.EntityFramework.Plus.EFCore.xproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,9 @@
2525
<ProduceOutputsOnBuild>True</ProduceOutputsOnBuild>
2626
</PropertyGroup>
2727
<Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.targets" Condition="'$(VSToolsPath)' != ''" />
28+
<ProjectExtensions>
29+
<VisualStudio>
30+
<UserProperties __JSONSchema="" />
31+
</VisualStudio>
32+
</ProjectExtensions>
2833
</Project>

src/Z.EntityFramework.Plus.EFCore/project.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
2-
"version": "1.3.1",
2+
"version": "1.3.2",
33
"description": "Description: EF Bulk Operations & Utilities | Bulk Insert, Update, Delete, Merge from database.",
44
"authors": [ "ZZZ Projects Inc." ],
55
"packOptions": {
66
"projectUrl": "https://github.com/zzzprojects/EntityFramework-Plus",
77
"licenseUrl": "https://github.com/zzzprojects/EntityFramework-Plus/blob/master/LICENSE"
88
},
99
"compilationOptions": {
10-
"define": [ "EFCORE", "NET45", "FULL" ]
10+
"define": [ "EFCORE", "NET45", "FULL" ],
11+
"keyFile": "C:\\Users\\Jonathan\\OneDrive\\Documents\\Release\\zzzproject.snk"
1112
},
1213
"dependencies": {
1314
"Microsoft.EntityFrameworkCore.Relational": "1.0.0",

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.3.1
1+
v1.3.2

0 commit comments

Comments
 (0)