Skip to content

Commit

Permalink
Merge pull request #8 from castle-it/release_1.0.5
Browse files Browse the repository at this point in the history
Release 1.0.5
  • Loading branch information
tghamm authored Jul 2, 2016
2 parents 2bd8e48 + 482837f commit 4756e18
Show file tree
Hide file tree
Showing 7 changed files with 1,223 additions and 907 deletions.
6 changes: 3 additions & 3 deletions Castle.DynamicLinqQueryBuilder.Nuget/Package.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<package >
<metadata>
<id>Castle.DynamicLinqQueryBuilder</id>
<version>1.0.4</version>
<version>1.0.5</version>
<title>Dynamic Linq Query Builder</title>
<authors>Grant Hamm</authors>
<owners>Castle Worldwide, Inc</owners>
<description>
A simple dynamic expression-tree query builder. You pass it a nested collection of filters for an object, and it materializes a query capable of acting as the filter.
A simple dynamic expression-tree query builder. You pass it a nested collection of filters for an object, and it materializes a query capable of acting as the filter to an arbitrary collection.
</description>
<releaseNotes>
</releaseNotes>
<summary>
A simple dynamic expression-tree query builder. You pass it a nested collection of filters for an object, and it materializes a query capable of acting as the filter.
A simple dynamic expression-tree query builder. You pass it a nested collection of filters for an object, and it materializes a query capable of acting as the filter to an arbitrary collection.
</summary>
<language>en-US</language>
<projectUrl>https://github.com/castle-it/dynamic-linq-query-builder</projectUrl>
Expand Down
Loading

0 comments on commit 4756e18

Please sign in to comment.