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