mirror of
https://github.com/AdilElFarissi/btcpay-opensimulator-plugin.git
synced 2026-08-14 00:58:09 +00:00
Minimum compatible version change to 1.11.7
This commit is contained in:
@@ -10,7 +10,7 @@ public class OpenSimulatorPlugin : BaseBTCPayServerPlugin
|
||||
{
|
||||
public override IBTCPayServerPlugin.PluginDependency[] Dependencies { get; } =
|
||||
{
|
||||
new() { Identifier = nameof(BTCPayServer), Condition = ">=1.11.6" }
|
||||
new() { Identifier = nameof(BTCPayServer), Condition = ">=1.11.7" }
|
||||
};
|
||||
|
||||
public override void Execute(IServiceCollection services)
|
||||
|
||||
Reference in New Issue
Block a user