From 2fe4b81bb0161ec35291b16e73df0c3ed63b6e8f Mon Sep 17 00:00:00 2001 From: Tomasz Cielecki Date: Wed, 14 Jun 2017 12:33:45 +0200 Subject: [PATCH] Add not actively maintained to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e8f1519..457c366 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ ModernHttpClient ================ +# :exclamation: This project is not actively maintained. Consider using the handlers Xamarin provides. :exclamation: + + This library brings the latest platform-specific networking libraries to Xamarin applications via a custom HttpClient handler. Write your app using System.Net.Http, but drop this library in and it will go drastically faster.