Skip to content

Commit db2f93a

Browse files
committed
nuspec updated for version 1.0.0
1 parent 8af5673 commit db2f93a

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

nuget/Package.MVC.1.0.0.nuspec

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?xml version="1.0"?>
2+
<package >
3+
<metadata>
4+
<id>jQDataTables.ServerSide.MVC5</id>
5+
<title>jQDataTables.ServerSide.MVC5</title>
6+
<version>1.0.0-rc</version>
7+
<authors>Vladimir Dimov</authors>
8+
<owners>Vladimir Dimov</owners>
9+
<licenseUrl>https://github.com/VladimirDimov/jQuery-Datatables-Server-Side-Processing/blob/master/License.md</licenseUrl>
10+
<projectUrl>https://github.com/VladimirDimov/jQuery-Datatables-Server-Side-Processing</projectUrl>
11+
<!--<iconUrl></iconUrl>-->
12+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
13+
<description>MVC component which adds functionality for automatic server side processing for the famous table plugin for jQuery - DataTables. Supports paging, searching, sorting and custom filters (Less Than, Less than or equal, Greater than, Greater than or equal and Equal) and nested objects.</description>
14+
<releaseNotes>This first release supports the basic functionalities of jquery datatables.</releaseNotes>
15+
<summary>MVC component which adds functionality for automatic server side processing for the famous table plugin for jQuery - DataTables. Supports paging, searching, sorting and custom filters (Less Than, Less than or equal, Greater than, Greater than or equal and Equal) and nested objects.</summary>
16+
<copyright>Copyright 2017</copyright>
17+
<tags>data table datatable serverside jquery datatables data-tables mvc asp mvc5 server side server-side</tags>
18+
<dependencies>
19+
<!-- <dependency id="net45" version="4.5" /> -->
20+
</dependencies>
21+
</metadata>
22+
<files>
23+
<file src="..\src\JQDT.MVC\bin\Release\JQDT.MVC.dll" target="lib\JQDTServerSide\MVC\JQDT.MVC.dll"/>
24+
<file src="..\src\JQDT.MVC\bin\Release\JQDT.dll" target="lib\JQDTServerSide\MVC\JQDT.dll"/>
25+
</files>
26+
</package>

0 commit comments

Comments
 (0)