Skip to content

Commit 9f5c051

Browse files
committed
nuspec 1.1.0 added
1 parent 1ea7aff commit 9f5c051

File tree

4 files changed

+31
-28
lines changed

4 files changed

+31
-28
lines changed

nuget/Package.MVC.1.1.0.nuspec

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<?xml version="1.0"?>
2+
<package >
3+
<metadata>
4+
<id>jQDataTables.ServerSide.MVC5</id>
5+
<title>jQDataTables.ServerSide.MVC5</title>
6+
<version>1.1.0</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>
15+
- Added extensibility points;
16+
- No need to explicitly disable searching for non string properties;
17+
</releaseNotes>
18+
<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>
19+
<copyright>Copyright 2017</copyright>
20+
<tags>data table datatable serverside jquery datatables data-tables mvc asp mvc5 server side server-side</tags>
21+
<dependencies>
22+
<dependency id="Microsoft.AspNet.MVC" version="5.0.0" />
23+
</dependencies>
24+
</metadata>
25+
<files>
26+
<file src="..\src\JQDT.MVC\bin\Release\JQDT.MVC.dll" target="lib\JQDTServerSide\MVC\JQDT.MVC.dll"/>
27+
<file src="..\src\JQDT.MVC\bin\Release\JQDT.dll" target="lib\JQDTServerSide\MVC\JQDT.dll"/>
28+
</files>
29+
</package>

src/Tests/UnitTests/Tests.UnitTests/FullCycleTests.cs

-24
This file was deleted.

src/Tests/UnitTests/Tests.UnitTests/Tests.UnitTests.csproj

-2
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,6 @@
110110
</ItemGroup>
111111
<ItemGroup>
112112
<Compile Include="ApplicationBaseUnitTests.cs" />
113-
<Compile Include="JQDataTableAttributeMvcUnitTests.cs" />
114-
<Compile Include="JQDataTableAttributeWebApi2UnitTests.cs" />
115113
<Compile Include="Mocks\AppMock.cs" />
116114
<Compile Include="ColumnsFilterDataProcessorUnitTests.cs" />
117115
<Compile Include="Common\TestHelpers.cs" />

src/Tests/integrationtests/Tests.Integration.Mvc/Web.config

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727

2828
<add key="webApi2Url" value=" http://localhost:50178/api" />
2929

30-
<!--<add key="dataSourceApp" value="mvc" />-->
31-
<add key="dataSourceApp" value="webapi2" />
30+
<add key="dataSourceApp" value="mvc" />
31+
<!--<add key="dataSourceApp" value="webapi2" />-->
3232
</appSettings>
3333
<system.web>
3434
<compilation debug="true" targetFramework="4.6.1" />

0 commit comments

Comments
 (0)