Skip to content

Commit 26d623c

Browse files
author
Kristjan Nielsen
authored
Merge pull request #132 from arup-group/release/0.9.11-beta
0.9.11-beta
2 parents 6976767 + 2a2603f commit 26d623c

File tree

5 files changed

+5
-16
lines changed

5 files changed

+5
-16
lines changed

Compos/ComposAPI.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>net48</TargetFramework>
4-
<Version>0.9.10-beta</Version>
4+
<Version>0.9.11-beta</Version>
55
<Title>ComposAPI</Title>
66
<Description>Description</Description>
77
<PlatformTarget>x64</PlatformTarget>

ComposGH/ComposGH.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>net48</TargetFramework>
4-
<Version>0.9.10-beta</Version>
4+
<Version>0.9.11-beta</Version>
55
<Title>Compos</Title>
66
<Description>Official Oasys Compos Grasshopper Plugin
77

@@ -65,7 +65,7 @@ Copyright © Oasys 1985 - 2022</Description>
6565
</PackageReference>
6666
<PackageReference Include="Microsoft.Data.Sqlite" Version="7.0.0" />
6767
<PackageReference Include="OasysGH">
68-
<Version>0.6.5-beta</Version>
68+
<Version>0.6.6-beta</Version>
6969
</PackageReference>
7070
<PackageReference Include="OasysUnits.Serialization.JsonNet">
7171
<Version>1.0.0</Version>

ComposGH/ComposGHInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public override string Version {
127127
public const string Copyright = "Copyright © Oasys 1985 - 2022";
128128
public const string PluginName = "ComposGH";
129129
public const string ProductName = "Compos";
130-
public const string Vers = "0.9.10";
130+
public const string Vers = "0.9.11";
131131
public 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.";
132132
public static Guid GUID = new Guid("c3884cdc-ac5b-4151-afc2-93590cef4f8f");
133133
public static bool isBeta = true;

ComposGHTests/ComposGHTests.csproj

-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
</PropertyGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="OasysGH" Version="0.6.5-beta" />
20-
<PackageReference Include="OasysUnits" Version="1.0.0" />
21-
<PackageReference Include="OasysUnits.Serialization.JsonNet" Version="1.0.0" />
2219
<PackageReference Include="Rhino.Inside" Version="7.0.0" />
2320
<PackageReference Include="xunit" Version="2.4.2" />
2421
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">

ComposTests/ComposAPITests.csproj

+1-9
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,7 @@
1111
<Platforms>x64</Platforms>
1212
</PropertyGroup>
1313

14-
<ItemGroup>
15-
<Compile Remove="Parameters\**" />
16-
<EmbeddedResource Remove="Parameters\**" />
17-
<None Remove="Parameters\**" />
18-
</ItemGroup>
19-
20-
<ItemGroup>
14+
<ItemGroup>
2115
<COMReference Include="Compos_8_6">
2216
<VersionMinor>6</VersionMinor>
2317
<VersionMajor>8</VersionMajor>
@@ -33,8 +27,6 @@
3327
<ItemGroup>
3428
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
3529
<PackageReference Include="Moq" Version="4.18.4" />
36-
<PackageReference Include="OasysUnits" Version="1.0.0" />
37-
<PackageReference Include="OasysGH" Version="0.6.5-beta" />
3830
<PackageReference Include="xunit" Version="2.4.2" />
3931
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
4032
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)