Skip to content

Commit 8b25c8d

Browse files
committed
Completes work on netsrandard 2.0 work
1 parent af2aba4 commit 8b25c8d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
`dynamic-linq-query-builder` is a small library that allows any `.Net` framework class collection to be filtered dynamically at runtime.
55

6-
Features (v1.0.5)
6+
Features (v1.1.0)
77
--
88
* Generates an `IQueryable` from any collection and filter combination
99
* Capable of complex, grouped queries against as many fields as you want
@@ -30,6 +30,8 @@ Features (v1.0.5)
3030
* is not null
3131
* Compatible with jQuery-QueryBuilder (see samples for an example)
3232

33+
* Targets .NET 4.5 and .NET Standard 2.0 (and by proxy, .NET Core 2.0)
34+
3335
Installation
3436
--
3537
`dynamic-linq-query-builder` can be installed via the nuget UI (as Castle.DynamicLinqQueryBuilder), or via the nuget package manager console:

0 commit comments

Comments
 (0)