Skip to content

Commit 902a7a5

Browse files
committed
Updated nuspec
1 parent 87d63ed commit 902a7a5

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

Mvc.JQuery.Datatables/Mvc.JQuery.Datatables.nuspec

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
<?xml version="1.0"?>
22
<package >
33
<metadata>
4-
<id>$id$</id>
5-
<version>$version$</version>
6-
<title>$title$</title>
7-
<authors>$author$</authors>
8-
<owners>$author$</owners>
9-
<projectUrl>https://github.com/mcintyre321/mvc.jquery.datatables</projectUrl>
10-
<requireLicenseAcceptance>false</requireLicenseAcceptance>
11-
<description>$description$</description>
12-
<copyright>Copyright 2011</copyright>
13-
<tags>jquery datatables iqueryable razor</tags>
4+
<id>Mvc.JQuery.Datatables</id>
5+
<version>1.2.71</version>
6+
<title>Mvc.JQuery.Datatables</title>
7+
<authors>Harry McIntyre</authors>
8+
<owners>Harry McIntyre</owners>
9+
<projectUrl>https://github.com/mcintyre321/mvc.jquery.datatables</projectUrl>
10+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
11+
<description>Strongly type html helpers for rendering jquery.datatables tables from IQueryables</description>
12+
<copyright>Copyright 2011</copyright>
13+
<tags>jquery datatables iqueryable razor</tags>
14+
<dependencies>
15+
<dependency id="WebActivator" version="1.5" />
16+
</dependencies>
1417
</metadata>
1518
<files>
1619
<file src=".\App_Start\*.pp" target="content\App_Start" />

0 commit comments

Comments
 (0)