We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af2aba4 commit 8b25c8dCopy full SHA for 8b25c8d
README.md
@@ -3,7 +3,7 @@
3
4
`dynamic-linq-query-builder` is a small library that allows any `.Net` framework class collection to be filtered dynamically at runtime.
5
6
-Features (v1.0.5)
+Features (v1.1.0)
7
--
8
* Generates an `IQueryable` from any collection and filter combination
9
* Capable of complex, grouped queries against as many fields as you want
@@ -30,6 +30,8 @@ Features (v1.0.5)
30
* is not null
31
* Compatible with jQuery-QueryBuilder (see samples for an example)
32
33
+* Targets .NET 4.5 and .NET Standard 2.0 (and by proxy, .NET Core 2.0)
34
+
35
Installation
36
37
`dynamic-linq-query-builder` can be installed via the nuget UI (as Castle.DynamicLinqQueryBuilder), or via the nuget package manager console:
0 commit comments