From 313d61282d2cbf7153089d0a0f6759ad351d5d47 Mon Sep 17 00:00:00 2001 From: Stamatios Psarras Date: Wed, 4 Dec 2024 15:36:10 +0000 Subject: [PATCH] GSAGH-565: Update version numbers in project files (#733) --- GsaGH/GsaGH.csproj | 2 +- GsaGH/GsaGHInfo.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GsaGH/GsaGH.csproj b/GsaGH/GsaGH.csproj index be8a2a0d5..770bc0a15 100644 --- a/GsaGH/GsaGH.csproj +++ b/GsaGH/GsaGH.csproj @@ -10,7 +10,7 @@ https://github.com/arup-group/GSA-Grasshopper README.md GSALogo128.png - 1.5.0 + 1.5.1 MIT false 8.0 diff --git a/GsaGH/GsaGHInfo.cs b/GsaGH/GsaGHInfo.cs index 804ae8ae0..ce6a10a74 100644 --- a/GsaGH/GsaGHInfo.cs +++ b/GsaGH/GsaGHInfo.cs @@ -50,7 +50,7 @@ internal readonly struct GsaVersionRequired { public const string ProductName = "GSA"; internal const string TermsConditions = "Oasys terms and conditions apply. See https://www.oasys-software.com/terms-conditions for details. "; - internal const string GrasshopperVersion = "1.5.0"; + internal const string GrasshopperVersion = "1.5.1"; internal static string disclaimer = $"{PluginName} is pre-release and under active development, " + "including further testing to be undertaken. It is provided \"as-is\" and you bear the risk of using it. "