Skip to content

Commit

Permalink
Web Api 2 nuget package version 1.1.0 added
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirDimov committed Dec 30, 2017
1 parent 9f5c051 commit 3f71b8c
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,18 @@ Supports:
Currently tested with Entity Framework versions 6.0.0 and 6.2.0 and Datatables version 1.10.16.

## Install

#### MVC 5
[Install nuget package](https://www.nuget.org/packages/jQDataTables.ServerSide.MVC5/)

`Install-Package jQDataTables.ServerSide.MVC5`

#### WebApi 2
[Install nuget package](https://www.nuget.org/packages/jQDataTables.ServerSide.WebApi/)

`Install-Package jQDataTables.ServerSide.WebApi`


## How to use on the server side

[How to use with MVC 5](/resources/documentation/README.Mvc.md)
Expand Down
28 changes: 28 additions & 0 deletions nuget/Package.WebApi.1.1.0.nuspec
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>

0 comments on commit 3f71b8c

Please sign in to comment.