Skip to content

Commit 8187d4f

Browse files
committed
version bump
1 parent 387695c commit 8187d4f

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.2.7</Version>
15+
<Version>1.2.8</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 CultureInfo.</PackageReleaseNotes>
26+
<PackageReleaseNotes>Addresses critical issue with Linq to SQL.</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.7</Version>
15+
<Version>1.2.8</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 CultureInfo.</PackageReleaseNotes>
26+
<PackageReleaseNotes>Addresses critical issue with Linq to SQL.</PackageReleaseNotes>
2727
<LangVersion>latest</LangVersion>
2828
</PropertyGroup>
2929
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

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.2.7)
6+
Features (v1.2.8)
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)