Skip to content

Commit

Permalink
Resolves signed assembly issue
Browse files Browse the repository at this point in the history
  • Loading branch information
holzmaster committed Sep 15, 2015
1 parent f3c097f commit 6008b69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OpenPr0gramm/OpenPr0gramm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<iconUrl>https://pr0gramm.com/media/pr0gramm-favicon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<releaseNotes>Adds missing fields</releaseNotes>
<releaseNotes>Fixes dependency issues.</releaseNotes>
<copyright>Copyright 2015</copyright>
<tags>pr0gramm open api wrapper json http</tags>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion OpenPr0gramm/Pr0grammApiClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 6008b69

Please sign in to comment.