From 4998db08a67c9523b330b4bbe07d978cbee91fec Mon Sep 17 00:00:00 2001 From: Tobias Klika Date: Sat, 5 Dec 2015 17:37:21 +0100 Subject: [PATCH] update changelog/readme --- CHANGELOG.md | 5 +++++ PocketSharp/Properties/AssemblyInfo.cs | 4 ++-- README.md | 3 ++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bdb868..89255e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ <<<<<<< HEAD ======= +### 4.2.0 (2015-12-05) + +- Update packages +- Remove decompression from HttpClient so it works with UWP + ### 4.1.6 (2014-08-28) - Fix DateTime conversion issue (from local to UTC) diff --git a/PocketSharp/Properties/AssemblyInfo.cs b/PocketSharp/Properties/AssemblyInfo.cs index 861d6dc..54c05c2 100644 --- a/PocketSharp/Properties/AssemblyInfo.cs +++ b/PocketSharp/Properties/AssemblyInfo.cs @@ -22,5 +22,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("4.1.6.1")] -[assembly: AssemblyFileVersion("4.1.6.1")] \ No newline at end of file +[assembly: AssemblyVersion("4.2.0.0")] +[assembly: AssemblyFileVersion("4.2.0.0")] \ No newline at end of file diff --git a/README.md b/README.md index 77f9989..4edbb16 100644 --- a/README.md +++ b/README.md @@ -51,12 +51,13 @@ Which will output: PocketSharp is a **Portable Class Library**, therefore it's compatible with multiple platforms and Universal Apps: - **.NET** >= 4.5 (including WPF) +- **UWP** - **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 WP8 and WPF in the `PocketSharp.Examples` ([@github](https://github.com/ceee/PocketSharp/tree/master/PocketSharp.Examples)) folder. +You can find examples for UWP, WP8 & WPF in the `PocketSharp.Examples` ([@github](https://github.com/ceee/PocketSharp/tree/master/PocketSharp.Examples)) folder. ## Dependencies