From 6008b6991db0038da000c68205d368dd1aa9381a Mon Sep 17 00:00:00 2001 From: holzmaster Date: Tue, 15 Sep 2015 03:57:11 +0200 Subject: [PATCH] Resolves signed assembly issue --- OpenPr0gramm/OpenPr0gramm.nuspec | 2 +- OpenPr0gramm/Pr0grammApiClient.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenPr0gramm/OpenPr0gramm.nuspec b/OpenPr0gramm/OpenPr0gramm.nuspec index e38fc71..f521962 100644 --- a/OpenPr0gramm/OpenPr0gramm.nuspec +++ b/OpenPr0gramm/OpenPr0gramm.nuspec @@ -11,7 +11,7 @@ https://pr0gramm.com/media/pr0gramm-favicon.png false $description$ - Adds missing fields + Fixes dependency issues. Copyright 2015 pr0gramm open api wrapper json http diff --git a/OpenPr0gramm/Pr0grammApiClient.cs b/OpenPr0gramm/Pr0grammApiClient.cs index 6c7befb..609209a 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.2"; // Also referenced in AssemblyInfo.cs + internal const string OpenPr0grammVersion = "0.3.3"; // Also referenced in AssemblyInfo.cs private const string ProtocolPrefix = "https://"; private const string HostName = "pr0gramm.com";