update fs plugin

This commit is contained in:
Kukks
2023-10-11 08:25:16 +02:00
parent a3d49108d9
commit 8fda803158
2 changed files with 2 additions and 2 deletions

View File

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