upd btcpay to 2.2

This commit is contained in:
Andrew Camilleri (Kukks)
2025-09-04 10:45:30 +02:00
parent 62ce03e8a2
commit a5525eade4
6 changed files with 28 additions and 24 deletions

View File

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