-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Web Api 2 nuget package version 1.1.0 added
- Loading branch information
1 parent
9f5c051
commit 3f71b8c
Showing
2 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<?xml version="1.0"?> | ||
<package > | ||
<metadata> | ||
<id>jQDataTables.ServerSide.WebApi</id> | ||
<title>jQDataTables.ServerSide.WebApi</title> | ||
<version>1.1.0</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> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>WebApi 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> | ||
- Added extensibility points; | ||
- No need to explicitly disable searching for non string properties; | ||
</releaseNotes> | ||
<summary>WebAPI 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 WebApi asp WebAPI api API server side server-side</tags> | ||
<dependencies> | ||
<dependency id="Microsoft.AspNet.WebApi" version="5.0.0" /> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="..\src\JQDT.WebAPI\bin\Release\JQDT.WebAPI.dll" target="lib\JQDTServerSide\WebAPI\JQDT.WebAPI.dll"/> | ||
<file src="..\src\JQDT.WebAPI\bin\Release\JQDT.dll" target="lib\JQDTServerSide\WebAPI\JQDT.dll"/> | ||
</files> | ||
</package> |