From d27c3d5629f4ede5e1fdf34003616b2096090652 Mon Sep 17 00:00:00 2001 From: "Andrew Camilleri (Kukks)" Date: Mon, 22 Sep 2025 14:05:21 +0200 Subject: [PATCH] bumping dyn rreports plugin --- .../BTCPayServer.Plugins.DynamicReports.csproj | 2 +- .../BTCPayServer.Plugins.DynamicReports/DynamicReportsPlugin.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Plugins/BTCPayServer.Plugins.DynamicReports/BTCPayServer.Plugins.DynamicReports.csproj b/Plugins/BTCPayServer.Plugins.DynamicReports/BTCPayServer.Plugins.DynamicReports.csproj index c661c84..9ae0e2b 100644 --- a/Plugins/BTCPayServer.Plugins.DynamicReports/BTCPayServer.Plugins.DynamicReports.csproj +++ b/Plugins/BTCPayServer.Plugins.DynamicReports/BTCPayServer.Plugins.DynamicReports.csproj @@ -9,7 +9,7 @@ Dynamic Reports Allows you to create custom reports using SQL. - 1.0.2 + 1.0.3 true diff --git a/Plugins/BTCPayServer.Plugins.DynamicReports/DynamicReportsPlugin.cs b/Plugins/BTCPayServer.Plugins.DynamicReports/DynamicReportsPlugin.cs index 8c98ef4..a298bda 100644 --- a/Plugins/BTCPayServer.Plugins.DynamicReports/DynamicReportsPlugin.cs +++ b/Plugins/BTCPayServer.Plugins.DynamicReports/DynamicReportsPlugin.cs @@ -10,7 +10,7 @@ public class DynamicReportsPlugin : BaseBTCPayServerPlugin { public override IBTCPayServerPlugin.PluginDependency[] Dependencies { get; } = { - new() { Identifier = nameof(BTCPayServer), Condition = ">=2.0.0" } + new() { Identifier = nameof(BTCPayServer), Condition = ">=2.2.0" } }; public override void Execute(IServiceCollection applicationBuilder) {