bump liquid+_

This commit is contained in:
Kukks
2023-08-25 09:06:02 +02:00
parent e3b64e8faa
commit aaafffb888
2 changed files with 2 additions and 2 deletions

View File

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