Skip to content

Commit fccfee6

Browse files
committed
Update nuspec
1 parent 902a7a5 commit fccfee6

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed
Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,18 @@
11
<?xml version="1.0"?>
22
<package >
33
<metadata>
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>
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>
1714
</metadata>
1815
<files>
19-
<file src=".\App_Start\*.pp" target="content\App_Start" />
16+
<file src=".\Mvc.JQuery.DataTables\App_Start\*.pp" target="content\App_Start" />
2017
</files>
2118
</package>

0 commit comments

Comments
 (0)