Skip to content

Commit 80d2a61

Browse files
committed
Add maintenance notice and alternatives to README
Added a prominent notice to the README stating that the project is no longer actively maintained. Also suggested alternative OData client libraries, including Microsoft's official client and PanoramicData.OData.Client as a successor.
1 parent 7eed1b8 commit 80d2a61

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
<a href="https://gitter.im/simple-odata-client/community"><img src="https://badges.gitter.im/gitterHQ/gitter.png"></a>
77
</p>
88

9+
## NOTICE:
10+
11+
This project is not actively maintained anymore. Alternatives you may wish to consider:
12+
* [Microsoft.OData.Client](https://www.nuget.org/packages/Microsoft.OData.Client) ([GitHub](https://github.com/OData/odata.net)) - Microsoft's official OData client library
13+
* [PanoramicData.OData.Client](https://www.nuget.org/packages/PanoramicData.OData.Client) ([GitHub](https://github.com/panoramicdata/PanoramicData.OData.Client)) - This project's spiritual successor, written by Simple.OData.Client contributors and following the same principles.
14+
915
## Introduction
1016

1117
Simple.OData.Client is a multi-platform OData client library supporting .NET 4.x, netstandard 2.0, Android and iOS. The adapter provides a great alternative to WCF Data Services client. It does not require generation of context or entity classes and fits RESTful nature of OData services.

0 commit comments

Comments
 (0)