Update readme to mention both versions of the package

This commit is contained in:
Rikki Tooley 2016-12-05 01:20:09 +00:00
parent d7fcfdf6b4
commit b06d166db1

View File

@ -84,15 +84,45 @@ if (client.Auth.HasAuthenticated) {
## Platform Compatibility
There are two packages of this library. If you need support for Windows Phone 7, or another .NET platform, it's probably easy enough. Raise an issue or send a PR.
---
### .Net Standard 1.1
Versions 1.0.x target ```netstandard1.1```. Development is on the ```master``` branch.
#### Dependencies
- Newtonsoft.Json 9.0.1 =<
- System.Net.Http 4.3.0 =<
#### Platforms
Check [this table](https://docs.microsoft.com/en-us/dotnet/articles/standard/library#net-platforms-support) for supported platforms.
---
### PCL Profile 259
Versions 0.3.x target ```portable-win8+net45+wp8+wpa81``` Development is on the ```profile259``` branch.
#### Dependencies
- Newtonsoft.Json 6.0.5 =<
- Microsoft.Net.Http 2.2.8 =<
#### Platforms
The library is compatible with:
- .NET 4.5 (including Mono)
- Windows 8.0
- Windows Phone 8.1
- Windows Phone Silverlight 8
- Windows 8.0 =<
- Windows Phone 8.1 =<
- Windows Phone Silverlight 8 =<
- Xamarin.Android and Xamarin.iOS
If you need support for Windows Phone 7, or another .NET platform, it's probably easy enough. Raise an issue or send a PR.
---
## Credits