Skip to content

Commit

Permalink
nuspec updated for version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirDimov committed Dec 7, 2017
1 parent 8af5673 commit db2f93a
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions nuget/Package.MVC.1.0.0.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?xml version="1.0"?>
<package >
<metadata>
<id>jQDataTables.ServerSide.MVC5</id>
<title>jQDataTables.ServerSide.MVC5</title>
<version>1.0.0-rc</version>
<authors>Vladimir Dimov</authors>
<owners>Vladimir Dimov</owners>
<licenseUrl>https://github.com/VladimirDimov/jQuery-Datatables-Server-Side-Processing/blob/master/License.md</licenseUrl>
<projectUrl>https://github.com/VladimirDimov/jQuery-Datatables-Server-Side-Processing</projectUrl>
<!--<iconUrl></iconUrl>-->
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<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>
<releaseNotes>This first release supports the basic functionalities of jquery datatables.</releaseNotes>
<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>
<copyright>Copyright 2017</copyright>
<tags>data table datatable serverside jquery datatables data-tables mvc asp mvc5 server side server-side</tags>
<dependencies>
<!-- <dependency id="net45" version="4.5" /> -->
</dependencies>
</metadata>
<files>
<file src="..\src\JQDT.MVC\bin\Release\JQDT.MVC.dll" target="lib\JQDTServerSide\MVC\JQDT.MVC.dll"/>
<file src="..\src\JQDT.MVC\bin\Release\JQDT.dll" target="lib\JQDTServerSide\MVC\JQDT.dll"/>
</files>
</package>

0 comments on commit db2f93a

Please sign in to comment.