From f3c097f38ca0f47527eaf49bde8d336145761e75 Mon Sep 17 00:00:00 2001 From: holzmaster Date: Tue, 15 Sep 2015 03:46:46 +0200 Subject: [PATCH] Downgrade dependency --- OpenPr0gramm/OpenPr0gramm.csproj | 9 +++++---- OpenPr0gramm/Pr0grammApiClient.cs | 2 +- OpenPr0gramm/packages.config | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/OpenPr0gramm/OpenPr0gramm.csproj b/OpenPr0gramm/OpenPr0gramm.csproj index acb4f6d..7b026d3 100644 --- a/OpenPr0gramm/OpenPr0gramm.csproj +++ b/OpenPr0gramm/OpenPr0gramm.csproj @@ -42,8 +42,8 @@ OpenPr0gramm.pfx - - ..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll + + ..\packages\Newtonsoft.Json.6.0.5\lib\net45\Newtonsoft.Json.dll True @@ -135,9 +135,10 @@ - - + + Designer + diff --git a/OpenPr0gramm/Pr0grammApiClient.cs b/OpenPr0gramm/Pr0grammApiClient.cs index 39d8f60..6c7befb 100644 --- a/OpenPr0gramm/Pr0grammApiClient.cs +++ b/OpenPr0gramm/Pr0grammApiClient.cs @@ -9,7 +9,7 @@ namespace OpenPr0gramm { public class Pr0grammApiClient : IPr0grammApiClient { - internal const string OpenPr0grammVersion = "0.3.1"; // Also referenced in AssemblyInfo.cs + internal const string OpenPr0grammVersion = "0.3.2"; // Also referenced in AssemblyInfo.cs private const string ProtocolPrefix = "https://"; private const string HostName = "pr0gramm.com"; diff --git a/OpenPr0gramm/packages.config b/OpenPr0gramm/packages.config index 6db5568..cd225e2 100644 --- a/OpenPr0gramm/packages.config +++ b/OpenPr0gramm/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file