From 2a08adef452b57814d36809bc0197176f3672de5 Mon Sep 17 00:00:00 2001 From: Tobias Klika Date: Fri, 25 Oct 2013 15:19:42 +0200 Subject: [PATCH] update version --- CHANGELOG.md | 8 ++++++++ PocketSharp/Properties/AssemblyInfo.cs | 4 ++-- README.md | 19 +++++++++---------- 3 files changed, 19 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 445d107..ac4049d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### 2.1.0 (2013-10-25) + +- Rename `Statistics()` to `GetUserStatistics()` +- Made `CallbackUri` public (thanks to @ScottIsAFool) +- Added Fody/PropertyChanged (thanks to @ScottIsAFool) +- Method `GetUsageLimits()` to retrieve API usage limits +- Add PORTABLE constant to SgmlReader + ### 2.0.1 (2013-10-19) - Catch HttpRequestExceptions and provide as InnerException for PocketException diff --git a/PocketSharp/Properties/AssemblyInfo.cs b/PocketSharp/Properties/AssemblyInfo.cs index 74a2c9b..8864a69 100644 --- a/PocketSharp/Properties/AssemblyInfo.cs +++ b/PocketSharp/Properties/AssemblyInfo.cs @@ -25,5 +25,5 @@ using System.Runtime.InteropServices; // 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("2.0.1")] -[assembly: AssemblyFileVersion("2.0.1")] \ No newline at end of file +[assembly: AssemblyVersion("2.1.0")] +[assembly: AssemblyFileVersion("2.1.0")] \ No newline at end of file diff --git a/README.md b/README.md index 8e7f297..27f2543 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,7 @@ **PocketSharp** is a C#.NET portable class library that integrates the [Pocket API v3](http://getpocket.com/developer). -**Website:** [pocketsharp.frontendplay.com](http://pocketsharp.frontendplay.com/) -
-**NuGet:** [nuget.org/packages/PocketSharp](https://www.nuget.org/packages/PocketSharp/) - - -## Install using NuGet +## Install using [NuGet](https://www.nuget.org/packages/PocketSharp/) ``` Install-Package PocketSharp @@ -15,7 +10,7 @@ Install-Package PocketSharp ## Documentation -See [wiki](https://github.com/ceee/PocketSharp/wiki) or [website](http://pocketsharp.frontendplay.com/). +See [wiki](https://github.com/ceee/PocketSharp/wiki) --- @@ -48,7 +43,7 @@ Which will output: PocketSharp is a **Portable Class Library** (since 1.0.0), therefore it's compatible with multiple platforms: -- **.NET** >= 4.0.3 (including WPF) +- **.NET** >= 4.5 (including WPF) - **Silverlight** >= 4 - **Windows Phone** >= 7.5 - **Windows Store** @@ -58,13 +53,13 @@ You can find examples for Silverlight 5, WP8 and WPF in the `PocketSharp.Example ## What's next? - `cancellationToken` support for all methods -- get account statistics on your current usage data (remaining requests, ...) ## Dependencies - [Microsoft.Bcl.Async](https://www.nuget.org/packages/Microsoft.Bcl.Async/) - [Microsoft.Net.Http](https://www.nuget.org/packages/Microsoft.Net.Http/) - [Newtonsoft.Json](https://www.nuget.org/packages/Newtonsoft.Json/) +- [PropertyChanged.Fody](https://github.com/Fody/PropertyChanged) ## Forked Dependencies @@ -72,10 +67,14 @@ You can find examples for Silverlight 5, WP8 and WPF in the `PocketSharp.Example - [SgmlReader](https://github.com/MindTouch/SGMLReader) - converted to a PCL ## Contributors -| [![twitter/artistandsocial](http://gravatar.com/avatar/9c61b1f4307425f12f05d3adb930ba66?s=70)](http://twitter.com/artistandsocial "Follow @artistandsocial on Twitter") | +| [![ceee](http://gravatar.com/avatar/9c61b1f4307425f12f05d3adb930ba66?s=70)](https://github.com/ceee "Tobias Klika") | |---| | [Tobias Klika @ceee](https://github.com/ceee) | +| [![ScottIsAFool](http://gravatar.com/avatar/6df656872a87b09a7470feb4867ed927?s=70)](https://github.com/ScottIsAFool "Scott Lovegrove") | +|---| +| [Scott Lovegrove @ScottIsAFool](https://github.com/ScottIsAFool) | + ## License [MIT License](https://github.com/ceee/PocketSharp/blob/master/LICENSE-MIT)