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