This commit is contained in:
Kukks
2024-08-14 11:41:36 +02:00
parent 7261a88d45
commit e25b593629
4 changed files with 5 additions and 5 deletions

View File

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