From 28c7b8e25e3564519584bb50ce1cbfa4d0afdcc9 Mon Sep 17 00:00:00 2001 From: Tobias Klika Date: Sat, 5 Apr 2014 11:43:43 +0200 Subject: [PATCH] update docs --- CHANGELOG.md | 11 +++++++++++ README.md | 11 ++++++----- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1297e06..f4c6d99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +### 6.0.0 + +- Support for Universal apps (dropped SL and WP7 support) + +### 5.0.0 + +- HttpOptions for better control over the request +- More reliable scraping of images +- Remove unnecessary attributes from tags +- Allow parsing of multi-page articles + ### 4.2.3 - add PrettyPrint option diff --git a/README.md b/README.md index f51d837..2b6ab2a 100644 --- a/README.md +++ b/README.md @@ -83,12 +83,13 @@ The `Article` contains following fields: ## Supported platforms -ReadSharp is a **Portable Class Library**, therefore it's compatible with multiple platforms: +ReadSharp is a **Portable Class Library**, therefore it's compatible with multiple platforms and Universal Apps: -- **.NET** >= 4.0.3 (including WPF) -- **Silverlight** >= 4 -- **Windows Phone** >= 7.5 -- **Windows Store** +- **.NET** >= 4.5 (including WPF) +- **Windows Phone** (Silverlight + WinPRT) >= 8 +- **Windows Store** >= 8 +- **Xamarin** iOS + Android +- _WP7 and Silverlight are dropped in 4.0, use PocketSharp < 4.0, if you want to support them_ ## Forked Dependencies