From c72175bf4a49c7179f66e12bc0bb95b1c691d4a5 Mon Sep 17 00:00:00 2001 From: Biarity Date: Mon, 2 Jul 2018 10:10:42 +1000 Subject: [PATCH] Test & publish v2.1.4 --- Sieve/Sieve.csproj | 4 ++-- SieveTests/SieveTests.csproj | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Sieve/Sieve.csproj b/Sieve/Sieve.csproj index a2b336c..c780d27 100644 --- a/Sieve/Sieve.csproj +++ b/Sieve/Sieve.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 2.1.3 + 2.1.4 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/ Copyright 2018 @@ -10,7 +10,7 @@ https://github.com/Biarity/Sieve https://emojipedia-us.s3.amazonaws.com/thumbs/240/twitter/120/alembic_2697.png - Fix issue #30 + Better generics for SieveProcessor & SieveModel true true Biarity diff --git a/SieveTests/SieveTests.csproj b/SieveTests/SieveTests.csproj index 848fba4..de7983a 100644 --- a/SieveTests/SieveTests.csproj +++ b/SieveTests/SieveTests.csproj @@ -22,6 +22,7 @@ +