From f05614f4da71255be17447b28deae48db3d35a79 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Thu, 11 Oct 2018 00:51:43 +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 6ab28feb0..f1cb075c8 100644 --- a/BTCPayServer.Tests/docker-compose.yml +++ b/BTCPayServer.Tests/docker-compose.yml @@ -63,7 +63,7 @@ services: nbxplorer: - image: nicolasdorier/nbxplorer:1.0.3.1 + image: nicolasdorier/nbxplorer:1.0.3.3 ports: - "32838:32838" expose: diff --git a/BTCPayServer/BTCPayServer.csproj b/BTCPayServer/BTCPayServer.csproj index 105dca01f..e194a0cfc 100644 --- a/BTCPayServer/BTCPayServer.csproj +++ b/BTCPayServer/BTCPayServer.csproj @@ -2,7 +2,7 @@ Exe netcoreapp2.1 - 1.0.2.108 + 1.0.2.109 NU1701,CA1816,CA1308,CA1810,CA2208