Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit a9ee965

Browse files
author
Ihar Yakimush
committed
release 1.2
1 parent ad1b851 commit a9ee965

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

Community.Data.OData.Linq/Community.OData.Linq.csproj

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,16 @@
1111
<PackageProjectUrl>https://github.com/IharYakimush/comminity-data-odata-linq</PackageProjectUrl>
1212
<RepositoryType></RepositoryType>
1313
<PackageTags>odata filter linq</PackageTags>
14-
<PackageReleaseNotes>Added support for $select and $expand parameters</PackageReleaseNotes>
14+
<PackageReleaseNotes>Fixed SelectExpand usage with EntityFramework
15+
Fixed usage of OData linq extensions after OrderBy
16+
Allowed filter by dynamic properties for open types in InMemory providers (https://github.com/IharYakimush/comminity-data-odata-linq/issues/10)</PackageReleaseNotes>
1517
<Description>Use OData filter text query in linq expresson for any IQuerable without ASP.NET dependency</Description>
1618
<Company />
1719
<RepositoryUrl></RepositoryUrl>
18-
<Version>1.1.0</Version>
20+
<Version>1.2.0</Version>
1921
<NeutralLanguage>en</NeutralLanguage>
20-
<AssemblyVersion>1.1.0.0</AssemblyVersion>
21-
<FileVersion>1.1.0.0</FileVersion>
22+
<AssemblyVersion>1.2.0.0</AssemblyVersion>
23+
<FileVersion>1.2.0.0</FileVersion>
2224
</PropertyGroup>
2325

2426
<ItemGroup>

Community.OData.Linq.Json/Community.OData.Linq.Json.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<Description>Json serialization for SelectExpand result</Description>
1616
<Company />
1717
<RepositoryUrl></RepositoryUrl>
18-
<Version>1.1.0</Version>
18+
<Version>1.2.0</Version>
1919
<NeutralLanguage>en</NeutralLanguage>
20-
<AssemblyVersion>1.1.0.0</AssemblyVersion>
21-
<FileVersion>1.1.0.0</FileVersion>
20+
<AssemblyVersion>1.2.0.0</AssemblyVersion>
21+
<FileVersion>1.2.0.0</FileVersion>
2222
</PropertyGroup>
2323

2424
<ItemGroup>

0 commit comments

Comments
 (0)