Skip to content

Commit

Permalink
Merge pull request #231 from arup-group/v0.9.36
Browse files Browse the repository at this point in the history
v0.9.36
  • Loading branch information
tlmnrnhrdt authored Dec 2, 2022
2 parents 6e86167 + 632c171 commit 066564e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GsaGH/GsaGH.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<RepositoryUrl>https://github.com/arup-group/GSA-Grasshopper</RepositoryUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIcon>GSALogo128.png</PackageIcon>
<Version>0.9.35-beta</Version>
<Version>0.9.36-beta</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
<Description>Official Oasys GSA Grasshopper Plugin
Expand Down
2 changes: 1 addition & 1 deletion GsaGH/GsaGHInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ public class GsaGHInfo : GH_AssemblyInfo
internal const string Company = "Oasys";
internal const string Copyright = "Copyright © Oasys 1985 - 2022";
internal const string Contact = "https://www.oasys-software.com/";
internal const string Vers = "0.9.35";
internal const string Vers = "0.9.36";
internal static bool isBeta = true;
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. ";
internal const string ProductName = "GSA";
Expand Down

0 comments on commit 066564e

Please sign in to comment.