Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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