update docs
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user