Skip to content

Commit 6c67c2c

Browse files
authored
Merge pull request #126 from tghamm/feature/1.3.3
Feature/1.3.3
2 parents 3c3e648 + d06a9a4 commit 6c67c2c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.3.2</Version>
15+
<Version>1.3.3</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>Mongo additional support</PackageReleaseNotes>
26+
<PackageReleaseNotes>Support for long type, toggle for explicit ToString comparison</PackageReleaseNotes>
2727
<LangVersion>latest</LangVersion>
2828
<Configurations>Debug;Release;LocalTest</Configurations>
2929
</PropertyGroup>

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.3.2</Version>
15+
<Version>1.3.3</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>Mongo additional support</PackageReleaseNotes>
26+
<PackageReleaseNotes>Support for long type, toggle for explicit ToString comparison</PackageReleaseNotes>
2727
<LangVersion>latest</LangVersion>
2828
<Configurations>Debug;Release;LocalTest</Configurations>
2929
</PropertyGroup>

README.md

Lines changed: 1 addition & 1 deletion
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.3.2)
6+
Features (v1.3.3)
77
--
88
* Generates an `IQueryable` from any collection and filter combination
99
* Capable of complex, grouped queries against as many fields as you want

0 commit comments

Comments
 (0)