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

Commit 723b406

Browse files
committed
release 2.1.0
1 parent 0ebb670 commit 723b406

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
<PackageProjectUrl>https://github.com/IharYakimush/comminity-data-odata-linq</PackageProjectUrl>
1212
<RepositoryType></RepositoryType>
1313
<PackageTags>odata filter linq netstandard</PackageTags>
14-
<PackageReleaseNotes>Significant improvement in query initialization performance. Support ToArrayAsync(), ToListAsync(), and all other provider specific methods. More integration tests for Entity Framework and CosmosDb SQL API. Breaking Changes: net4.5 not suported anymore. Obsolete methods removed (.SelectExpandJsonToken() and .SelectExpandJson())</PackageReleaseNotes>
14+
<PackageReleaseNotes>Significant improvement in query initialization performance. Support ToArrayAsync(), ToListAsync(), and all other provider specific methods. More integration tests for Entity Framework and CosmosDb SQL API. Breaking Changes: net4.5 not suported anymore. Obsolete methods removed (.SelectExpandJsonToken() and .SelectExpandJson()). Setting for default timezone in case of converting DateTimeOffset to DateTime</PackageReleaseNotes>
1515
<Description>Use OData filter text query in linq expresson for any IQuerable without ASP.NET dependency. Support netstandard2.0</Description>
1616
<Company />
1717
<RepositoryUrl></RepositoryUrl>
18-
<Version>2.0.0</Version>
18+
<Version>2.1.0</Version>
1919
<NeutralLanguage>en</NeutralLanguage>
20-
<AssemblyVersion>2.0.0.0</AssemblyVersion>
21-
<FileVersion>2.0.0.0</FileVersion>
20+
<AssemblyVersion>2.1.0.0</AssemblyVersion>
21+
<FileVersion>2.1.0.0</FileVersion>
2222
<PackageReadmeFile>README.md</PackageReadmeFile>
2323
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2424
</PropertyGroup>

Community.OData.Linq.AspNetCore/Community.OData.Linq.AspNetCore.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
<PackageProjectUrl>https://github.com/IharYakimush/comminity-data-odata-linq</PackageProjectUrl>
1212
<PackageTags>odata linq aspnetcore</PackageTags>
1313
<Description>OData linq for ASP.NET Core 2.0+</Description>
14-
<PackageReleaseNotes>Significant improvement in query initialization performance. Support ToArrayAsync(), ToListAsync(), and all other provider specific methods. More integration tests for Entity Framework and CosmosDb SQL API. Breaking Changes: net4.5 not suported anymore. Obsolete methods removed (.SelectExpandJsonToken() and .SelectExpandJson())</PackageReleaseNotes>
14+
<PackageReleaseNotes>Significant improvement in query initialization performance. Support ToArrayAsync(), ToListAsync(), and all other provider specific methods. More integration tests for Entity Framework and CosmosDb SQL API. Breaking Changes: net4.5 not suported anymore. Obsolete methods removed (.SelectExpandJsonToken() and .SelectExpandJson()). Setting for default timezone in case of converting DateTimeOffset to DateTime</PackageReleaseNotes>
1515
<Company />
1616
<RepositoryUrl></RepositoryUrl>
17-
<Version>2.0.0</Version>
17+
<Version>2.1.0</Version>
1818
<NeutralLanguage>en</NeutralLanguage>
19-
<AssemblyVersion>2.0.0.0</AssemblyVersion>
20-
<FileVersion>2.0.0.0</FileVersion>
19+
<AssemblyVersion>2.1.0.0</AssemblyVersion>
20+
<FileVersion>2.1.0.0</FileVersion>
2121
<PackageReadmeFile>README.md</PackageReadmeFile>
2222
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2323
</PropertyGroup>

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
<PackageProjectUrl>https://github.com/IharYakimush/comminity-data-odata-linq</PackageProjectUrl>
1212
<RepositoryType></RepositoryType>
1313
<PackageTags>odata filter linq json</PackageTags>
14-
<PackageReleaseNotes>Significant improvement in query initialization performance. Support ToArrayAsync(), ToListAsync(), and all other provider specific methods. More integration tests for Entity Framework and CosmosDb SQL API. Breaking Changes: net4.5 not suported anymore. Obsolete methods removed (.SelectExpandJsonToken() and .SelectExpandJson())</PackageReleaseNotes>
14+
<PackageReleaseNotes>Significant improvement in query initialization performance. Support ToArrayAsync(), ToListAsync(), and all other provider specific methods. More integration tests for Entity Framework and CosmosDb SQL API. Breaking Changes: net4.5 not suported anymore. Obsolete methods removed (.SelectExpandJsonToken() and .SelectExpandJson()). Setting for default timezone in case of converting DateTimeOffset to DateTime</PackageReleaseNotes>
1515
<Description>Json serialization for SelectExpand result</Description>
1616
<Company />
1717
<RepositoryUrl></RepositoryUrl>
18-
<Version>2.0.0</Version>
18+
<Version>2.1.0</Version>
1919
<NeutralLanguage>en</NeutralLanguage>
20-
<AssemblyVersion>2.0.0.0</AssemblyVersion>
21-
<FileVersion>2.0.0.0</FileVersion>
20+
<AssemblyVersion>2.1.0.0</AssemblyVersion>
21+
<FileVersion>2.1.0.0</FileVersion>
2222
<PackageReadmeFile>README.md</PackageReadmeFile>
2323
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2424
</PropertyGroup>

0 commit comments

Comments
 (0)