Skip to content

Commit

Permalink
Merge pull request #102 from tghamm/develop
Browse files Browse the repository at this point in the history
version bump
  • Loading branch information
tghamm authored Oct 8, 2022
2 parents b28dac2 + adc0b6a commit 921199d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>1.2.8</Version>
<Version>1.2.9</Version>
<Authors>Grant Hamm</Authors>
<Company>N/A</Company>
<Product>Dynamic Linq Query Builder - System.Text.Json Extension</Product>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>1.2.8</Version>
<Version>1.2.9</Version>
<Authors>Grant Hamm</Authors>
<Company>N/A</Company>
<Product>Dynamic Linq Query Builder</Product>
Expand Down
2 changes: 1 addition & 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.2.8)
Features (v1.2.9)
--
* Generates an `IQueryable` from any collection and filter combination
* Capable of complex, grouped queries against as many fields as you want
Expand Down

0 comments on commit 921199d

Please sign in to comment.