From 5136fe0ac4de28384591420cbe889ebb5c299e0b Mon Sep 17 00:00:00 2001 From: ceee Date: Sat, 21 Sep 2013 21:06:18 +0200 Subject: [PATCH] update Microsoft.Net.HTTP package; update version and docs --- .../PocketSharp.Silverlight.csproj | 1 + .../PocketSharp.Silverlight/app.config | 15 ++ PocketSharp.Website/index.html | 41 ++-- PocketSharp/Components/Get.cs | 191 ++++++++++++++++++ PocketSharp/Components/ModifyTags.cs | 20 -- PocketSharp/PocketClient.cs | 1 - PocketSharp/PocketSharp.csproj | 8 +- PocketSharp/Properties/AssemblyInfo.cs | 4 +- PocketSharp/packages.config | 2 +- README.md | 43 ++-- 10 files changed, 263 insertions(+), 63 deletions(-) create mode 100644 PocketSharp.Examples/PocketSharp.Silverlight/app.config create mode 100644 PocketSharp/Components/Get.cs diff --git a/PocketSharp.Examples/PocketSharp.Silverlight/PocketSharp.Silverlight.csproj b/PocketSharp.Examples/PocketSharp.Silverlight/PocketSharp.Silverlight.csproj index d7b1ae7..f4c9d27 100644 --- a/PocketSharp.Examples/PocketSharp.Silverlight/PocketSharp.Silverlight.csproj +++ b/PocketSharp.Examples/PocketSharp.Silverlight/PocketSharp.Silverlight.csproj @@ -112,6 +112,7 @@ + diff --git a/PocketSharp.Examples/PocketSharp.Silverlight/app.config b/PocketSharp.Examples/PocketSharp.Silverlight/app.config new file mode 100644 index 0000000..7d285c8 --- /dev/null +++ b/PocketSharp.Examples/PocketSharp.Silverlight/app.config @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PocketSharp.Website/index.html b/PocketSharp.Website/index.html index c041e4e..be98d9c 100644 --- a/PocketSharp.Website/index.html +++ b/PocketSharp.Website/index.html @@ -16,7 +16,7 @@ - + @@ -33,7 +33,8 @@

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

- Current version: 1.3.0 + Current version: 1.4.0
+ (@ nuget)

Install-Package PocketSharp @@ -124,16 +125,17 @@ using PocketSharp.Models;

Release History

Used Packages