This commit is contained in:
Andrew Camilleri
2025-01-21 09:31:31 +01:00
parent 7c8524f709
commit 90684c9f0b
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
<PropertyGroup>
<Product>Nostr</Product>
<Description>NIP5 addresses, Zap support, Nostr Wallet Connect Lightning support</Description>
<Version>1.1.16</Version>
<Version>1.1.17</Version>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
</PropertyGroup>
<!-- Plugin development properties -->

View File

@@ -13,7 +13,7 @@ namespace BTCPayServer.Plugins.NIP05
{
public override IBTCPayServerPlugin.PluginDependency[] Dependencies { get; } =
{
new() {Identifier = nameof(BTCPayServer), Condition = ">=2.0.0"}
new() {Identifier = nameof(BTCPayServer), Condition = ">=2.0.4"}
};
public override void Execute(IServiceCollection applicationBuilder)