Skip to content

Commit 6cdd3c7

Browse files
committed
Updating required version of Entity Framework
1 parent 983ccd5 commit 6cdd3c7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tools/EntityFramework.CodeFirstStoreFunctions.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@
44
<id>EntityFramework.CodeFirstStoreFunctions</id>
55
<version>1.0.0-beta</version>
66
<authors>Pawel "moozzyk" Kadluczka</authors>
7-
<title>Support for store functions for Entity Framework 6.1+ Code First.</title>
7+
<title>Support for store functions for Entity Framework 6.1.1+ Code First.</title>
88
<licenseUrl>https://codefirstfunctions.codeplex.com/license</licenseUrl>
99
<projectUrl>https://codefirstfunctions.codeplex.com</projectUrl>
1010
<!--
1111
<iconUrl>http://download.codeplex.com/Project/Download/FileDownload.aspx?....</iconUrl>
1212
-->
1313
<requireLicenseAcceptance>false</requireLicenseAcceptance>
14-
<description>Support for store functions (table valued functions, scalar user defined functions and stored procedures) for Entity Framework 6.1+ Code First.</description>
15-
<summary>Support for store functions (table valued functions, scalar user defined functions and stored procedures) for Entity Framework 6.1+ Code First.</summary>
14+
<description>Support for store functions (table valued functions, scalar user defined functions and stored procedures) for Entity Framework 6.1.1+ Code First.</description>
15+
<summary>Support for store functions (table valued functions, scalar user defined functions and stored procedures) for Entity Framework 6.1.1+ Code First.</summary>
1616
<language>en-US</language>
1717
<tags>EF6 EF6.1 EF Entity Framework Entity-Framework EntityFramework 6.1 Store Functions TVFs TVF table valued functions stored procedure sprocs stored proc scalar functions UDF UDFs user defined functions Code First CodeFirst moozzyk blog.3d-logic.com</tags>
1818

1919
<dependencies>
20-
<dependency id="EntityFramework" version="[6.1.0,7.0)" />
20+
<dependency id="EntityFramework" version="[6.1.1,7.0)" />
2121
</dependencies>
2222

2323
</metadata>

0 commit comments

Comments
 (0)