Skip to content

Commit

Permalink
Fixed #4.
Browse files Browse the repository at this point in the history
  • Loading branch information
JanisEst committed Mar 24, 2017
1 parent 46194ae commit 56bff28
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions KeePassQRCodeViewExt.cs
Expand Up @@ -25,9 +25,9 @@ public class KeePassQRCodeViewExt : Plugin
private ToolStripMenuItem ctxEntryShowQRCode;
private DynamicMenu dynQRCodes;

public override Image SmallIcon => Properties.Resources.icon;
public override Image SmallIcon { get { return Properties.Resources.icon; } }

public override string UpdateUrl => "https://github.com/KN4CK3R/KeePassQRCodeView/raw/master/keepass.version";
public override string UpdateUrl { get { return "https://github.com/KN4CK3R/KeePassQRCodeView/raw/master/keepass.version"; } }

public override bool Initialize(IPluginHost host)
{
Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Expand Up @@ -32,5 +32,5 @@
// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern
// übernehmen, indem Sie "*" eingeben:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.3.0")]
[assembly: AssemblyFileVersion("1.0.3.0")]
[assembly: AssemblyVersion("1.0.3.1")]
[assembly: AssemblyFileVersion("1.0.3.1")]
2 changes: 1 addition & 1 deletion keepass.version
@@ -1,3 +1,3 @@
:
KeePassQRCodeView:1.0.3
KeePassQRCodeView:1.0.3.1
:

0 comments on commit 56bff28

Please sign in to comment.