bump nostr plugin

This commit is contained in:
Kukks
2023-08-13 10:34:26 +02:00
parent 83234d69d4
commit 30f7d5e339
2 changed files with 2 additions and 2 deletions

View File

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