bumping dyn rreports plugin

This commit is contained in:
Andrew Camilleri (Kukks)
2025-09-22 14:05:21 +02:00
parent a5525eade4
commit d27c3d5629
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
<PropertyGroup>
<Product>Dynamic Reports</Product>
<Description>Allows you to create custom reports using SQL.</Description>
<Version>1.0.2</Version>
<Version>1.0.3</Version>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
</PropertyGroup>
<!-- Plugin development properties -->

View File

@@ -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)
{