From 8fda80315834af8b76de5c285e6eb1927fba6099 Mon Sep 17 00:00:00 2001 From: Kukks Date: Wed, 11 Oct 2023 08:25:16 +0200 Subject: [PATCH] update fs plugin --- .../BTCPayServer.Plugins.FileSeller.csproj | 2 +- Plugins/BTCPayServer.Plugins.FileSeller/FileSellerPlugin.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Plugins/BTCPayServer.Plugins.FileSeller/BTCPayServer.Plugins.FileSeller.csproj b/Plugins/BTCPayServer.Plugins.FileSeller/BTCPayServer.Plugins.FileSeller.csproj index 3b4bcac..4fe7e8b 100644 --- a/Plugins/BTCPayServer.Plugins.FileSeller/BTCPayServer.Plugins.FileSeller.csproj +++ b/Plugins/BTCPayServer.Plugins.FileSeller/BTCPayServer.Plugins.FileSeller.csproj @@ -9,7 +9,7 @@ File Seller Allows you to sell files through the point of sale/crowdfund apps. - 1.0.2 + 1.0.3 diff --git a/Plugins/BTCPayServer.Plugins.FileSeller/FileSellerPlugin.cs b/Plugins/BTCPayServer.Plugins.FileSeller/FileSellerPlugin.cs index eacbd51..0f9dc3b 100644 --- a/Plugins/BTCPayServer.Plugins.FileSeller/FileSellerPlugin.cs +++ b/Plugins/BTCPayServer.Plugins.FileSeller/FileSellerPlugin.cs @@ -9,7 +9,7 @@ public class FileSellerPlugin : BaseBTCPayServerPlugin { public override IBTCPayServerPlugin.PluginDependency[] Dependencies { get; } = { - new() { Identifier = nameof(BTCPayServer), Condition = ">=1.11.4" } + new() { Identifier = nameof(BTCPayServer), Condition = ">=1.11.5" } }; public override void Execute(IServiceCollection applicationBuilder) {