update changelog/readme
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
<<<<<<< HEAD
|
<<<<<<< HEAD
|
||||||
=======
|
=======
|
||||||
|
### 4.2.0 (2015-12-05)
|
||||||
|
|
||||||
|
- Update packages
|
||||||
|
- Remove decompression from HttpClient so it works with UWP
|
||||||
|
|
||||||
### 4.1.6 (2014-08-28)
|
### 4.1.6 (2014-08-28)
|
||||||
|
|
||||||
- Fix DateTime conversion issue (from local to UTC)
|
- Fix DateTime conversion issue (from local to UTC)
|
||||||
|
|||||||
@@ -22,5 +22,5 @@
|
|||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("4.1.6.1")]
|
[assembly: AssemblyVersion("4.2.0.0")]
|
||||||
[assembly: AssemblyFileVersion("4.1.6.1")]
|
[assembly: AssemblyFileVersion("4.2.0.0")]
|
||||||
@@ -51,12 +51,13 @@ Which will output:
|
|||||||
PocketSharp is a **Portable Class Library**, therefore it's compatible with multiple platforms and Universal Apps:
|
PocketSharp is a **Portable Class Library**, therefore it's compatible with multiple platforms and Universal Apps:
|
||||||
|
|
||||||
- **.NET** >= 4.5 (including WPF)
|
- **.NET** >= 4.5 (including WPF)
|
||||||
|
- **UWP**
|
||||||
- **Windows Phone** (Silverlight + WinPRT) >= 8
|
- **Windows Phone** (Silverlight + WinPRT) >= 8
|
||||||
- **Windows Store** >= 8
|
- **Windows Store** >= 8
|
||||||
- **Xamarin** iOS + Android
|
- **Xamarin** iOS + Android
|
||||||
- _WP7 and Silverlight are dropped in 4.0, use PocketSharp < 4.0, if you want to support them_
|
- _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
|
## Dependencies
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user