Skip to content

Commit df422aa

Browse files
authored
Merge pull request #135 from arup-group/task/COMPSGH-186-Update-OasysGH-version
COMPSGH-186-Update-OasysGH-version
2 parents 13982c8 + 556b9d9 commit df422aa

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

Compos/ComposAPI.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.11-beta</Version>
4+
<Version>0.9.12-beta</Version>
55
<Title>ComposAPI</Title>
66
<Description>Description</Description>
77
<PlatformTarget>x64</PlatformTarget>
@@ -62,7 +62,7 @@
6262
</COMReference>
6363
</ItemGroup>
6464
<ItemGroup>
65-
<PackageReference Include="Microsoft.Data.Sqlite" Version="7.0.0" />
65+
<PackageReference Include="Microsoft.Data.Sqlite" Version="7.0.3" />
6666
<PackageReference Include="OasysUnits">
6767
<Version>1.0.0</Version>
6868
</PackageReference>

ComposGH/ComposGH.csproj

+3-3
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.11-beta</Version>
4+
<Version>0.9.12-beta</Version>
55
<Title>Compos</Title>
66
<Description>Official Oasys Compos Grasshopper Plugin
77

@@ -63,9 +63,9 @@ Copyright © Oasys 1985 - 2022</Description>
6363
<PackageReference Include="Grasshopper">
6464
<Version>6.27.20176.5001</Version>
6565
</PackageReference>
66-
<PackageReference Include="Microsoft.Data.Sqlite" Version="7.0.0" />
66+
<PackageReference Include="Microsoft.Data.Sqlite" Version="7.0.3" />
6767
<PackageReference Include="OasysGH">
68-
<Version>0.6.6-beta</Version>
68+
<Version>0.6.10-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.11";
130+
public const string Vers = "0.9.12";
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2323
<PrivateAssets>all</PrivateAssets>
2424
</PackageReference>
25-
<PackageReference Include="coverlet.collector" Version="3.2.0">
25+
<PackageReference Include="coverlet.collector" Version="6.0.0">
2626
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2727
<PrivateAssets>all</PrivateAssets>
2828
</PackageReference>

ComposTests/ComposAPITests.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
</ItemGroup>
2626

2727
<ItemGroup>
28-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
28+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.2" />
2929
<PackageReference Include="Moq" Version="4.18.4" />
3030
<PackageReference Include="xunit" Version="2.4.2" />
3131
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
3232
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3333
<PrivateAssets>all</PrivateAssets>
3434
</PackageReference>
35-
<PackageReference Include="coverlet.collector" Version="3.2.0">
35+
<PackageReference Include="coverlet.collector" Version="6.0.0">
3636
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3737
<PrivateAssets>all</PrivateAssets>
3838
</PackageReference>

ConverterTests/ConverterTests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1616
<PrivateAssets>all</PrivateAssets>
1717
</PackageReference>
18-
<PackageReference Include="coverlet.collector" Version="3.2.0">
18+
<PackageReference Include="coverlet.collector" Version="6.0.0">
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2020
<PrivateAssets>all</PrivateAssets>
2121
</PackageReference>

IntegrationTests/IntegrationTests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1616
<PrivateAssets>all</PrivateAssets>
1717
</PackageReference>
18-
<PackageReference Include="coverlet.collector" Version="3.2.0">
18+
<PackageReference Include="coverlet.collector" Version="6.0.0">
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2020
<PrivateAssets>all</PrivateAssets>
2121
</PackageReference>

0 commit comments

Comments
 (0)