From f06a40ae46e6f76da2dff5f8c675184b414b3abb Mon Sep 17 00:00:00 2001 From: Daniel DeGroff Date: Wed, 12 Jun 2024 19:15:29 -0600 Subject: [PATCH] Updated version for fusionauth-netcore-client to 1.51.1 --- build.savant | 2 +- .../fusionauth-netcore-client-test.csproj | 2 +- fusionauth-netcore-client/fusionauth-netcore-client.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.savant b/build.savant index f1d9aa46..9c7e9ab0 100644 --- a/build.savant +++ b/build.savant @@ -14,7 +14,7 @@ * language governing permissions and limitations under the License. */ -project(group: "io.fusionauth", name: "fusionauth-netcore-client", version: "1.51.0", licenses: ["ApacheV2_0"]) { +project(group: "io.fusionauth", name: "fusionauth-netcore-client", version: "1.51.1", licenses: ["ApacheV2_0"]) { workflow { fetch { cache() diff --git a/fusionauth-netcore-client-test/fusionauth-netcore-client-test/fusionauth-netcore-client-test.csproj b/fusionauth-netcore-client-test/fusionauth-netcore-client-test/fusionauth-netcore-client-test.csproj index c85931ac..93e168ab 100644 --- a/fusionauth-netcore-client-test/fusionauth-netcore-client-test/fusionauth-netcore-client-test.csproj +++ b/fusionauth-netcore-client-test/fusionauth-netcore-client-test/fusionauth-netcore-client-test.csproj @@ -2,7 +2,7 @@ - 1.51.0 + 1.51.1 FusionAuth.Client.Test netcoreapp3.1 diff --git a/fusionauth-netcore-client/fusionauth-netcore-client.csproj b/fusionauth-netcore-client/fusionauth-netcore-client.csproj index 3e6b1e77..0252aefb 100644 --- a/fusionauth-netcore-client/fusionauth-netcore-client.csproj +++ b/fusionauth-netcore-client/fusionauth-netcore-client.csproj @@ -2,7 +2,7 @@ - 1.51.0 + 1.51.1 FusionAuth .net Standard Client FusionAuth.Client true