Skip to content

Commit 4756e18

Browse files
author
tghamm
authored
Merge pull request #8 from castle-it/release_1.0.5
Release 1.0.5
2 parents 2bd8e48 + 482837f commit 4756e18

File tree

7 files changed

+1223
-907
lines changed

7 files changed

+1223
-907
lines changed

Castle.DynamicLinqQueryBuilder.Nuget/Package.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
<package >
33
<metadata>
44
<id>Castle.DynamicLinqQueryBuilder</id>
5-
<version>1.0.4</version>
5+
<version>1.0.5</version>
66
<title>Dynamic Linq Query Builder</title>
77
<authors>Grant Hamm</authors>
88
<owners>Castle Worldwide, Inc</owners>
99
<description>
10-
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.
10+
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.
1111
</description>
1212
<releaseNotes>
1313
</releaseNotes>
1414
<summary>
15-
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.
15+
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.
1616
</summary>
1717
<language>en-US</language>
1818
<projectUrl>https://github.com/castle-it/dynamic-linq-query-builder</projectUrl>

0 commit comments

Comments
 (0)