Skip to content
This repository was archived by the owner on Mar 29, 2025. It is now read-only.

Commit 6008b69

Browse files
committed
Resolves signed assembly issue
1 parent f3c097f commit 6008b69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

OpenPr0gramm/OpenPr0gramm.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<iconUrl>https://pr0gramm.com/media/pr0gramm-favicon.png</iconUrl>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1313
<description>$description$</description>
14-
<releaseNotes>Adds missing fields</releaseNotes>
14+
<releaseNotes>Fixes dependency issues.</releaseNotes>
1515
<copyright>Copyright 2015</copyright>
1616
<tags>pr0gramm open api wrapper json http</tags>
1717
</metadata>

OpenPr0gramm/Pr0grammApiClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace OpenPr0gramm
99
{
1010
public class Pr0grammApiClient : IPr0grammApiClient
1111
{
12-
internal const string OpenPr0grammVersion = "0.3.2"; // Also referenced in AssemblyInfo.cs
12+
internal const string OpenPr0grammVersion = "0.3.3"; // Also referenced in AssemblyInfo.cs
1313

1414
private const string ProtocolPrefix = "https://";
1515
private const string HostName = "pr0gramm.com";

0 commit comments

Comments
 (0)