File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
DataTablesParser/Properties Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 22<package >
33 <metadata >
44 <id >DataTablesParser</id >
5- <version >1.0.0</version >
5+ <version >2.0.0</version >
6+ <allowedVersions >[2.0]</allowedVersions >
67 <title >DataTablesParser</title >
78 <authors >Garvin Casimir</authors >
89 <owners ></owners >
910 <description >
10- A C# Serverside parser for the popuplar jQuery datatables plugin
11+ A C# Server side component for the popuplar jQuery datatables plugin
1112 </description >
1213 <releaseNotes >
1314 </releaseNotes >
1415 <summary >
15- A C# Serverside parser for the popuplar jQuery datatables plugin
16+ A C# Server side component for the popuplar jQuery datatables plugin
1617 </summary >
1718 <language >en-US</language >
1819 <projectUrl >http://garvincasimir.github.io/csharp-datatables-parser/</projectUrl >
2223 <copyright >Copyright 2013</copyright >
2324 <dependencies >
2425 <group targetFramework =" net45" >
25- <dependency id =" EntityFramework" version =" 6.0" />
26+ <dependency id =" EntityFramework" version =" [ 6.0,7.0) " />
2627 </group >
2728 </dependencies >
28- <tags >C# Datatables Datatables.net javascript parser json Linq entity framework asp.net mvc</tags >
29+ <tags >C# Datatables Datatables.net javascript parser json Linq entity framework asp.net mvc grid query builder </tags >
2930 </metadata >
3031 <files >
3132 <file src =" lib/DataTablesParser.dll" target =" lib" />
Original file line number Diff line number Diff line change 3232// You can specify all the values or you can default the Build and Revision Numbers
3333// by using the '*' as shown below:
3434// [assembly: AssemblyVersion("1.0.*")]
35- [ assembly: AssemblyVersion ( "1 .0.0.0 " ) ]
36- [ assembly: AssemblyFileVersion ( "1 .0.0.0" ) ]
35+ [ assembly: AssemblyVersion ( "2 .0.* " ) ]
36+ [ assembly: AssemblyFileVersion ( "2 .0.0.0" ) ]
You can’t perform that action at this time.
0 commit comments