Skip to content

Commit

Permalink
nuspec 1.1.0 added
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirDimov committed Dec 26, 2017
1 parent 1ea7aff commit 9f5c051
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 28 deletions.
29 changes: 29 additions & 0 deletions nuget/Package.MVC.1.1.0.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?xml version="1.0"?>
<package >
<metadata>
<id>jQDataTables.ServerSide.MVC5</id>
<title>jQDataTables.ServerSide.MVC5</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>
<!--<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>
- Added extensibility points;
- No need to explicitly disable searching for non string properties;
</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="Microsoft.AspNet.MVC" version="5.0.0" />
</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>
24 changes: 0 additions & 24 deletions src/Tests/UnitTests/Tests.UnitTests/FullCycleTests.cs

This file was deleted.

2 changes: 0 additions & 2 deletions src/Tests/UnitTests/Tests.UnitTests/Tests.UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@
</ItemGroup>
<ItemGroup>
<Compile Include="ApplicationBaseUnitTests.cs" />
<Compile Include="JQDataTableAttributeMvcUnitTests.cs" />
<Compile Include="JQDataTableAttributeWebApi2UnitTests.cs" />
<Compile Include="Mocks\AppMock.cs" />
<Compile Include="ColumnsFilterDataProcessorUnitTests.cs" />
<Compile Include="Common\TestHelpers.cs" />
Expand Down
4 changes: 2 additions & 2 deletions src/Tests/integrationtests/Tests.Integration.Mvc/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@

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

<!--<add key="dataSourceApp" value="mvc" />-->
<add key="dataSourceApp" value="webapi2" />
<add key="dataSourceApp" value="mvc" />
<!--<add key="dataSourceApp" value="webapi2" />-->
</appSettings>
<system.web>
<compilation debug="true" targetFramework="4.6.1" />
Expand Down

0 comments on commit 9f5c051

Please sign in to comment.