From 47baa0fd970a752f7bab577998cad6a997e9290c Mon Sep 17 00:00:00 2001 From: Tobias Klika Date: Sat, 5 Apr 2014 11:44:03 +0200 Subject: [PATCH] update docs --- CHANGELOG.md | 4 ++++ README.md | 11 ++++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82218ec..03b44b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 4.0.0 (2014-04-03) + +- Support for Universal apps (dropped SL and WP7 support) + ### 3.2.0 (2014-03-13) - add raw JSON to each PocketItem (PR #22) diff --git a/README.md b/README.md index 3ecfc9e..18c0951 100644 --- a/README.md +++ b/README.md @@ -49,14 +49,15 @@ Which will output: ## Supported platforms -PocketSharp is a **Portable Class Library**, therefore it's compatible with multiple platforms: +PocketSharp is a **Portable Class Library**, therefore it's compatible with multiple platforms and Universal Apps: - **.NET** >= 4.5 (including WPF) -- **Silverlight** >= 4 -- **Windows Phone** >= 7.5 -- **Windows Store** +- **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_ -You can find examples for Silverlight 5, WP8 and WPF in the `PocketSharp.Examples` ([@github](https://github.com/ceee/PocketSharp/tree/master/PocketSharp.Examples)) folder. +You can find examples for WP8 and WPF in the `PocketSharp.Examples` ([@github](https://github.com/ceee/PocketSharp/tree/master/PocketSharp.Examples)) folder. ## Dependencies