This commit is contained in:
Kukks
2023-07-04 14:16:06 +02:00
parent c65dc2fbfd
commit 241e319e46
16 changed files with 675 additions and 464 deletions

View File

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