Skip to content

Commit

Permalink
Merge pull request #75 from arup-group/release/0.9.19-beta
Browse files Browse the repository at this point in the history
0.9.19-beta
  • Loading branch information
Kristjan Nielsen authored May 17, 2023
2 parents 9396e92 + e30b4ae commit 2249c5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AdSecGH/AdSecGH.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<RepositoryUrl>https://github.com/arup-group/AdSec-Grasshopper</RepositoryUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIcon>AdSecLogo128.png</PackageIcon>
<Version>0.9.18-beta</Version>
<Version>0.9.19-beta</Version>
<Description>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.
Expand Down Expand Up @@ -59,7 +59,7 @@ Copyright © Oasys 1985 - 2022</Description>
<PackageReference Include="Newtonsoft.Json">
<Version>13.0.3</Version>
</PackageReference>
<PackageReference Include="OasysGH" Version="0.6.5-beta" />
<PackageReference Include="OasysGH" Version="0.6.6-beta" />
<PackageReference Include="OasysUnits">
<Version>1.0.0</Version>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion AdSecGH/AdSecGHInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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. ";
Expand Down

0 comments on commit 2249c5a

Please sign in to comment.