From f42fde970a296096d786eb50c26755a783663cc5 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Wed, 21 Mar 2018 15:07:26 +0900 Subject: [PATCH] bump --- BTCPayServer.Tests/docker-compose.yml | 2 +- BTCPayServer/BTCPayServer.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BTCPayServer.Tests/docker-compose.yml b/BTCPayServer.Tests/docker-compose.yml index 4e8b3d0e1..ee25a15ab 100644 --- a/BTCPayServer.Tests/docker-compose.yml +++ b/BTCPayServer.Tests/docker-compose.yml @@ -46,7 +46,7 @@ services: - lightning-charged nbxplorer: - image: nicolasdorier/nbxplorer:1.0.1.22 + image: nicolasdorier/nbxplorer:1.0.1.24 ports: - "32838:32838" expose: diff --git a/BTCPayServer/BTCPayServer.csproj b/BTCPayServer/BTCPayServer.csproj index 67c29381d..2340d7586 100644 --- a/BTCPayServer/BTCPayServer.csproj +++ b/BTCPayServer/BTCPayServer.csproj @@ -2,7 +2,7 @@ Exe netcoreapp2.0 - 1.0.1.53 + 1.0.1.54 NU1701,CA1816,CA1308,CA1810,CA2208