Skip to content

Commit

Permalink
Update readme to mention both versions of the package
Browse files Browse the repository at this point in the history
  • Loading branch information
rikkit committed Dec 5, 2016
1 parent d7fcfdf commit b06d166
Showing 1 changed file with 34 additions and 4 deletions.
38 changes: 34 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b06d166

Please sign in to comment.