From 6a76167637cfd81e7c4f09367f46a723a592952d Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Thu, 14 Nov 2024 22:19:10 +0900 Subject: [PATCH] Bump NBitcoin libraries --- BTCPayServer.Client/BTCPayServer.Client.csproj | 2 +- BTCPayServer.Common/BTCPayServer.Common.csproj | 2 +- BTCPayServer.Data/BTCPayServer.Data.csproj | 2 +- BTCPayServer.Rating/BTCPayServer.Rating.csproj | 2 +- BTCPayServer.Tests/docker-compose.altcoins.yml | 2 +- BTCPayServer.Tests/docker-compose.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/BTCPayServer.Client/BTCPayServer.Client.csproj b/BTCPayServer.Client/BTCPayServer.Client.csproj index c85553525..990482d4c 100644 --- a/BTCPayServer.Client/BTCPayServer.Client.csproj +++ b/BTCPayServer.Client/BTCPayServer.Client.csproj @@ -31,7 +31,7 @@ - + diff --git a/BTCPayServer.Common/BTCPayServer.Common.csproj b/BTCPayServer.Common/BTCPayServer.Common.csproj index c9740aa0d..07560f6fb 100644 --- a/BTCPayServer.Common/BTCPayServer.Common.csproj +++ b/BTCPayServer.Common/BTCPayServer.Common.csproj @@ -4,7 +4,7 @@ - + diff --git a/BTCPayServer.Data/BTCPayServer.Data.csproj b/BTCPayServer.Data/BTCPayServer.Data.csproj index 22e5761dd..254de870f 100644 --- a/BTCPayServer.Data/BTCPayServer.Data.csproj +++ b/BTCPayServer.Data/BTCPayServer.Data.csproj @@ -8,7 +8,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/BTCPayServer.Rating/BTCPayServer.Rating.csproj b/BTCPayServer.Rating/BTCPayServer.Rating.csproj index c7a6d5a5e..77e7ca7f9 100644 --- a/BTCPayServer.Rating/BTCPayServer.Rating.csproj +++ b/BTCPayServer.Rating/BTCPayServer.Rating.csproj @@ -6,7 +6,7 @@ - + diff --git a/BTCPayServer.Tests/docker-compose.altcoins.yml b/BTCPayServer.Tests/docker-compose.altcoins.yml index 033ef4afb..a14e4d9fa 100644 --- a/BTCPayServer.Tests/docker-compose.altcoins.yml +++ b/BTCPayServer.Tests/docker-compose.altcoins.yml @@ -98,7 +98,7 @@ services: custom: nbxplorer: - image: nicolasdorier/nbxplorer:2.5.4 + image: nicolasdorier/nbxplorer:2.5.12 restart: unless-stopped ports: - "32838:32838" diff --git a/BTCPayServer.Tests/docker-compose.yml b/BTCPayServer.Tests/docker-compose.yml index ebaeee766..9025379fb 100644 --- a/BTCPayServer.Tests/docker-compose.yml +++ b/BTCPayServer.Tests/docker-compose.yml @@ -95,7 +95,7 @@ services: custom: nbxplorer: - image: nicolasdorier/nbxplorer:2.5.4 + image: nicolasdorier/nbxplorer:2.5.12 restart: unless-stopped ports: - "32838:32838"