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

Commit 80979e3

Browse files
author
Ihar Yakimush
committed
update description
1 parent 22c1fb6 commit 80979e3

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@
1010
<PackageLicenseUrl>https://github.com/IharYakimush/comminity-data-odata-linq/blob/master/LICENSE</PackageLicenseUrl>
1111
<PackageProjectUrl>https://github.com/IharYakimush/comminity-data-odata-linq</PackageProjectUrl>
1212
<RepositoryType></RepositoryType>
13-
<PackageTags>odata linq filter</PackageTags>
13+
<PackageTags>odata filter linq</PackageTags>
1414
<PackageReleaseNotes />
15-
<Description>Use OData text filter in LINQ for any IQuerable without ASP.NET dependency</Description>
15+
<Description>Use OData filter text query in linq expresson for any IQuerable without ASP.NET dependency</Description>
1616
<Company />
1717
<RepositoryUrl></RepositoryUrl>
18+
<Version>1.0.1</Version>
19+
<NeutralLanguage>en</NeutralLanguage>
1820
</PropertyGroup>
1921

2022
<ItemGroup>

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Community.OData.Linq
2-
Use text (OData format) expressons in LINQ methods for any IQuerable
2+
Use OData filter text query in linq expresson for any IQuerable without ASP.NET dependency
33

44
# Sample
55
Please check simple code below to get started
@@ -58,6 +58,9 @@ Please check simple code below to get started
5858
# Nuget
5959
https://www.nuget.org/packages/Community.OData.Linq
6060

61+
# Contribution
62+
Please feel free to create issues and pool requests to develop branch
63+
6164
# Build Status
6265
[![Build status](https://ci.appveyor.com/api/projects/status/yrmp3074ryce61gb/branch/develop?svg=true)](https://ci.appveyor.com/project/IharYakimush/comminity-data-odata-linq/branch/develop)
6366

0 commit comments

Comments
 (0)