File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Castle.DynamicLinqQueryBuilder.SystemTextJson
Castle.DynamicLinqQueryBuilder Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 12
12
<FileAlignment >512</FileAlignment >
13
13
<TargetFrameworkProfile />
14
14
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
15
- <Version >1.2.7 </Version >
15
+ <Version >1.2.8 </Version >
16
16
<Authors >Grant Hamm</Authors >
17
17
<Company >N/A</Company >
18
18
<Product >Dynamic Linq Query Builder - System.Text.Json Extension</Product >
23
23
<RepositoryUrl >https://github.com/tghamm/dynamic-linq-query-builder/</RepositoryUrl >
24
24
<RepositoryType >Git</RepositoryType >
25
25
<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 >
27
27
<LangVersion >latest</LangVersion >
28
28
</PropertyGroup >
29
29
Original file line number Diff line number Diff line change 12
12
<FileAlignment >512</FileAlignment >
13
13
<TargetFrameworkProfile />
14
14
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
15
- <Version >1.2.7 </Version >
15
+ <Version >1.2.8 </Version >
16
16
<Authors >Grant Hamm</Authors >
17
17
<Company >N/A</Company >
18
18
<Product >Dynamic Linq Query Builder</Product >
23
23
<RepositoryUrl >https://github.com/tghamm/dynamic-linq-query-builder/</RepositoryUrl >
24
24
<RepositoryType >Git</RepositoryType >
25
25
<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 >
27
27
<LangVersion >latest</LangVersion >
28
28
</PropertyGroup >
29
29
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
Original file line number Diff line number Diff line change 3
3
4
4
` dynamic-linq-query-builder ` is a small library that allows any ` .Net ` framework class collection to be filtered dynamically at runtime.
5
5
6
- Features (v1.2.7 )
6
+ Features (v1.2.8 )
7
7
--
8
8
* Generates an ` IQueryable ` from any collection and filter combination
9
9
* Capable of complex, grouped queries against as many fields as you want
You can’t perform that action at this time.
0 commit comments