From aae43cf00d944afc7a8b9ecfbd2f31d683a28957 Mon Sep 17 00:00:00 2001 From: Tobias Klika Date: Sat, 19 Oct 2013 16:40:14 +0200 Subject: [PATCH] bump version; update docs --- CHANGELOG.md | 5 +++++ PocketSharp.Website/index.html | 3 ++- PocketSharp/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d164cfd..445d107 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +### 2.0.1 (2013-10-19) + +- Catch HttpRequestExceptions and provide as InnerException for PocketException +- Read Article from URI (method overload) + ### 2.0.0 (2013-10-17) - Add Reader API _(does not use the official Article View API, which is private. The PocketReader is based on a custom PCL port of NReadability and SgmlReader)_ diff --git a/PocketSharp.Website/index.html b/PocketSharp.Website/index.html index 54aa1f1..5229ca2 100644 --- a/PocketSharp.Website/index.html +++ b/PocketSharp.Website/index.html @@ -33,7 +33,7 @@

PocketSharp is a C#.NET class library, that integrates the Pocket API v3

- Current version: 2.0.0
+ Current version: 2.0.1
@ nuget

@@ -126,6 +126,7 @@ using PocketSharp.Models;

Release History