update docs

This commit is contained in:
2014-04-05 11:43:43 +02:00
parent dcdd135c2c
commit 28c7b8e25e
2 changed files with 17 additions and 5 deletions
+11
View File
@@ -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
+6 -5
View File
@@ -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