From c4d06dc94b9c1be2c86a867f7ef093fe29e55047 Mon Sep 17 00:00:00 2001 From: Richard Safier Date: Fri, 22 Mar 2024 20:44:15 -0400 Subject: [PATCH] v1.5.2 --- .github/workflows/nuget.yml | 2 +- LNUnit.LND/LNUnit.LND.csproj | 2 +- LNUnit/LNUnit.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index cb18dd1..e67544f 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -2,7 +2,7 @@ name: NuGet Package Deploy on: push: branches: [ "master" ] - tags: + tags: - '[0-9]*.[0-9]*.[0-9]*' concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/LNUnit.LND/LNUnit.LND.csproj b/LNUnit.LND/LNUnit.LND.csproj index 7367447..2efbdc0 100644 --- a/LNUnit.LND/LNUnit.LND.csproj +++ b/LNUnit.LND/LNUnit.LND.csproj @@ -6,7 +6,7 @@ enable true LNUnit.LND - 1.5.1 + 1.5.2 LNUnit LND Typed Clients diff --git a/LNUnit/LNUnit.csproj b/LNUnit/LNUnit.csproj index 034a457..3148416 100644 --- a/LNUnit/LNUnit.csproj +++ b/LNUnit/LNUnit.csproj @@ -5,7 +5,7 @@ enable enable Linux - 1.5.1 + 1.5.2 true LNUnit Lightning Network Unit Testing Framework