Skip to content

Commit

Permalink
Updates version and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tghamm committed Mar 1, 2016
1 parent 3f1ebd0 commit 3d80fd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Castle.DynamicLinqQueryBuilder.Nuget/Package.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Castle.DynamicLinqQueryBuilder</id>
<version>1.0.2</version>
<version>1.0.3</version>
<title>Dynamic Linq Query Builder</title>
<authors>Grant Hamm</authors>
<owners>Castle Worldwide, Inc</owners>
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

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

Features (v1.0.2)
Features (v1.0.3)
--
* Generates an `IQueryable` from any collection
* Capable of complex, grouped queries against as many fields as you want
Expand All @@ -13,6 +13,7 @@ Features (v1.0.2)
* equal
* not equal
* between
* not between
* less
* less or equal
* greater
Expand Down

0 comments on commit 3d80fd5

Please sign in to comment.