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

@@ -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)