From 921d38b3dffe965fc30aeeda0ac5551b113ed749 Mon Sep 17 00:00:00 2001 From: Daniel DeGroff Date: Tue, 30 Jul 2024 12:22:37 -0600 Subject: [PATCH] Updated version for fusionauth-netcore-client to 1.52.0 --- 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 9c7e9ab..96d90bb 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.1", licenses: ["ApacheV2_0"]) { +project(group: "io.fusionauth", name: "fusionauth-netcore-client", version: "1.52.0", 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 93e168a..254c8f3 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.1 + 1.52.0 FusionAuth.Client.Test netcoreapp3.1 diff --git a/fusionauth-netcore-client/fusionauth-netcore-client.csproj b/fusionauth-netcore-client/fusionauth-netcore-client.csproj index 0252aef..6659d1f 100644 --- a/fusionauth-netcore-client/fusionauth-netcore-client.csproj +++ b/fusionauth-netcore-client/fusionauth-netcore-client.csproj @@ -2,7 +2,7 @@ - 1.51.1 + 1.52.0 FusionAuth .net Standard Client FusionAuth.Client true