Boolean sorting & filtering tests

This commit is contained in:
Biarity
2018-04-08 13:46:16 +10:00
parent 9104ea7693
commit 47fd6307a0
4 changed files with 38 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Sieve</id>
<version>1.3.92</version>
<version>1.3.93</version>
<title>Sieve</title>
<authors>Biarity</authors>
<owners>Biarity</owners>
@@ -13,7 +13,7 @@
<description>
Sieve is a simple, clean, and extensible framework for .NET Core that adds sorting, filtering, and pagination functionality out of the box. Most common use case would be for serving ASP.NET Core GET queries. Documentation available on GitHub: https://github.com/Biarity/Sieve/
</description>
<releaseNotes>Base exception type, max pages feature</releaseNotes>
<releaseNotes>Fix parse order</releaseNotes>
<copyright>Copyright 2018</copyright>
<tags>aspnetcore filter sort page paginate sieve search</tags>
<dependencies>