This commit is contained in:
Kukks
2024-06-10 13:37:13 +02:00
parent 4a689f6acf
commit 72877e86c6
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -29,7 +29,7 @@ public class WabisabiPlugin : BaseBTCPayServerPlugin
{
public override IBTCPayServerPlugin.PluginDependency[] Dependencies { get; } =
{
new() { Identifier = nameof(BTCPayServer), Condition = ">=1.12.0" }
new() { Identifier = nameof(BTCPayServer), Condition = ">=1.13.2" }
};
public override void Execute(IServiceCollection applicationBuilder)
{