Skip to content

Commit

Permalink
Merge pull request #145 from arup-group/release-0-9-23
Browse files Browse the repository at this point in the history
Release 0 9 23
  • Loading branch information
kpne authored Aug 1, 2022
2 parents 703ada8 + 1edb37d commit 135fe65
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion GhSA/GsaGHInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,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.22";
internal const string Vers = "0.9.23";
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
Binary file modified GhSA/bin/x64/Release/GSA.gha
Binary file not shown.
Binary file modified GhSA/bin/x64/Release/GsaGH.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion GsaGHTests/GsaGHTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<ItemGroup>
<Reference Include="GsaAPI">
<HintPath>..\..\..\..\..\Program Files\Oasys\GSA 10.1\GsaAPI.dll</HintPath>
<HintPath>..\..\..\..\..\..\Program Files\Oasys\GSA 10.1\GsaAPI.dll</HintPath>
</Reference>
</ItemGroup>

Expand Down
8 changes: 6 additions & 2 deletions UnitTestGhSA/UnitTestGhSA.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@
</Reference>
<Reference Include="GsaAPI">
<HintPath>..\..\..\..\..\..\Program Files\Oasys\GSA 10.1\GsaAPI.dll</HintPath>
<Private>True</Private>
<EmbedInteropTypes>False</EmbedInteropTypes>
</Reference>
<Reference Include="nunit.framework, Version=3.12.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
<HintPath>..\packages\NUnit.3.12.0\lib\net45\nunit.framework.dll</HintPath>
Expand Down Expand Up @@ -101,6 +99,12 @@
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\GhSA\GsaGH.csproj">
<Project>{362f5ed1-ba80-4f21-881d-6bd8784612e4}</Project>
<Name>GsaGH</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
Expand Down

0 comments on commit 135fe65

Please sign in to comment.