pimp ss and prism plugins

This commit is contained in:
Kukks
2023-06-29 15:59:03 +02:00
parent 17eb4cd2e2
commit 2161b30b04
10 changed files with 779 additions and 36 deletions

View File

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