From 07e70a2476d30267d3996b16d5adcd0b2974b8ac Mon Sep 17 00:00:00 2001 From: Kristjan Nielsen Date: Wed, 17 May 2023 16:05:32 +0200 Subject: [PATCH 1/2] Update AdSecGH.csproj --- AdSecGH/AdSecGH.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AdSecGH/AdSecGH.csproj b/AdSecGH/AdSecGH.csproj index 2cdbf098..4de87386 100644 --- a/AdSecGH/AdSecGH.csproj +++ b/AdSecGH/AdSecGH.csproj @@ -11,7 +11,7 @@ https://github.com/arup-group/AdSec-Grasshopper README.md AdSecLogo128.png - 0.9.18-beta + 0.9.19-beta Official Oasys AdSec Grasshopper Plugin AdSecGH 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. Future versions may contain breaking changes. Any files, results, or other types of output information created using AdSecGH should not be relied upon without thorough and independent checking. @@ -59,7 +59,7 @@ Copyright © Oasys 1985 - 2022 13.0.3 - + 1.0.0 From e30b4ae802d0d25b6ad459fe5ec8d1faf15da169 Mon Sep 17 00:00:00 2001 From: Kristjan Nielsen Date: Wed, 17 May 2023 16:06:28 +0200 Subject: [PATCH 2/2] Update AdSecGHInfo.cs --- AdSecGH/AdSecGHInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AdSecGH/AdSecGHInfo.cs b/AdSecGH/AdSecGHInfo.cs index 54047fcf..59880a28 100644 --- a/AdSecGH/AdSecGHInfo.cs +++ b/AdSecGH/AdSecGHInfo.cs @@ -30,7 +30,7 @@ public string IconUrl internal const string ProductName = "AdSec"; internal const string TermsConditions = "Oasys terms and conditions apply. See https://www.oasys-software.com/terms-conditions for details. "; - internal const string Vers = "0.9.18"; + internal const string Vers = "0.9.19"; 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. Future versions may contain breaking changes. Any files, results, or other types of output information created using " + PluginName + " should not be relied upon without thorough and independent checking. ";