Skip to content

Commit a13dc65

Browse files
Garvin CasimirGarvin Casimir
Garvin Casimir
authored and
Garvin Casimir
committed
Removing strict version limit
1 parent 60db059 commit a13dc65

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

DataTablesParser.NuGet/Package.nuspec

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<metadata>
44
<id>DataTablesParser</id>
55
<version>2.0.0</version>
6-
<allowedVersions>[2.0]</allowedVersions>
76
<title>DataTablesParser</title>
87
<authors>Garvin Casimir</authors>
98
<owners></owners>
@@ -23,7 +22,7 @@
2322
<copyright>Copyright 2013</copyright>
2423
<dependencies>
2524
<group targetFramework="net45">
26-
<dependency id="EntityFramework" version="[6.0,7.0)" />
25+
<dependency id="EntityFramework" version="6.0" />
2726
</group>
2827
</dependencies>
2928
<tags>C# Datatables Datatables.net javascript parser json Linq entity framework asp.net mvc grid query builder</tags>

DataTablesParser/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
3535
[assembly: AssemblyVersion("2.0.*")]
36-
[assembly: AssemblyFileVersion("2.0.0.0")]
36+

0 commit comments

Comments
 (0)