Skip to content

Commit d177fff

Browse files
authored
Merge pull request #96 from tghamm/feature/1.2.6
v1.2.6
2 parents e62c7cb + ed74dfc commit d177fff

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Castle.DynamicLinqQueryBuilder.SystemTextJson/Castle.DynamicLinqQueryBuilder.SystemTextJson.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<FileAlignment>512</FileAlignment>
1313
<TargetFrameworkProfile />
1414
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
15-
<Version>1.2.5</Version>
15+
<Version>1.2.6</Version>
1616
<Authors>Grant Hamm</Authors>
1717
<Company>N/A</Company>
1818
<Product>Dynamic Linq Query Builder - System.Text.Json Extension</Product>
@@ -23,7 +23,7 @@
2323
<RepositoryUrl>https://github.com/tghamm/dynamic-linq-query-builder/</RepositoryUrl>
2424
<RepositoryType>Git</RepositoryType>
2525
<PackageTags>jquery-query-builder generic query generator linq javascript</PackageTags>
26-
<PackageReleaseNotes>Fixes issue with HashSets.</PackageReleaseNotes>
26+
<PackageReleaseNotes>Fixes issue with Nested Collections.</PackageReleaseNotes>
2727
<LangVersion>latest</LangVersion>
2828
</PropertyGroup>
2929

Castle.DynamicLinqQueryBuilder/Castle.DynamicLinqQueryBuilder.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<FileAlignment>512</FileAlignment>
1313
<TargetFrameworkProfile />
1414
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
15-
<Version>1.2.5</Version>
15+
<Version>1.2.6</Version>
1616
<Authors>Grant Hamm</Authors>
1717
<Company>N/A</Company>
1818
<Product>Dynamic Linq Query Builder</Product>
@@ -23,7 +23,7 @@
2323
<RepositoryUrl>https://github.com/tghamm/dynamic-linq-query-builder/</RepositoryUrl>
2424
<RepositoryType>Git</RepositoryType>
2525
<PackageTags>jquery-query-builder generic query generator linq javascript</PackageTags>
26-
<PackageReleaseNotes>Fixes issue with HashSets.</PackageReleaseNotes>
26+
<PackageReleaseNotes>Fixes issue with Nested Collections.</PackageReleaseNotes>
2727
<LangVersion>latest</LangVersion>
2828
</PropertyGroup>
2929
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

README.md

Lines changed: 2 additions & 2 deletions
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.2.5)
6+
Features (v1.2.6)
77
--
88
* Generates an `IQueryable` from any collection and filter combination
99
* Capable of complex, grouped queries against as many fields as you want
@@ -55,4 +55,4 @@ Additionally, see the [Wiki](https://github.com/tghamm/dynamic-linq-query-builde
5555

5656
Contributions
5757
--
58-
Contributions and pull requests are welcome.
58+
Contributions and pull requests are welcome with associated unit tests.

0 commit comments

Comments
 (0)