Bump tickettailor plugin version and min version

This commit is contained in:
Andrew Camilleri
2023-02-19 12:52:11 +01:00
committed by GitHub
parent 6a3755588d
commit bf1ffe59a5
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
<PropertyGroup>
<Product>TicketTailor</Product>
<Description>Allows you to integrate with TicketTailor.com to sell tickets for Bitcoin</Description>
<Version>1.0.5</Version>
<Version>1.0.6</Version>
</PropertyGroup>
<!-- Plugin development properties -->
<PropertyGroup>

View File

@@ -9,7 +9,7 @@ namespace BTCPayServer.Plugins.TicketTailor
{
public override IBTCPayServerPlugin.PluginDependency[] Dependencies { get; } =
{
new() { Identifier = nameof(BTCPayServer), Condition = ">=1.7.4" }
new() { Identifier = nameof(BTCPayServer), Condition = ">=1.7.10" }
};
public override void Execute(IServiceCollection applicationBuilder)
{