Skip to content

Commit 1209473

Browse files
author
Kristjan Nielsen
authored
Merge pull request #139 from arup-group/task/COMPSGH-190-posthog-cloud
CompsGH-190 posthog cloud
2 parents ba31b1b + 976cd54 commit 1209473

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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.15-beta</Version>
4+
<Version>0.9.16-beta</Version>
55
<Title>ComposAPI</Title>
66
<Description>Description</Description>
77
<PlatformTarget>x64</PlatformTarget>
@@ -15,7 +15,7 @@
1515
<IncludeSymbols>True</IncludeSymbols>
1616
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
1717
<Authors>Oasys</Authors>
18-
<Copyright>Copyright © Oasys 1985 - 2022</Copyright>
18+
<Copyright>Copyright © Oasys 1985 - 2023</Copyright>
1919
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
2020
</PropertyGroup>
2121
<ItemGroup>

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

@@ -11,7 +11,7 @@ The plugin requires a licensed version of Compos to load.
1111

1212
Contact [email protected] to request a free trial version.
1313

14-
Copyright © Oasys 1985 - 2022</Description>
14+
Copyright © Oasys 1985 - 2023</Description>
1515
<PlatformTarget>x64</PlatformTarget>
1616
<Platforms>x64</Platforms>
1717
<OutputType>Library</OutputType>
@@ -65,7 +65,7 @@ Copyright © Oasys 1985 - 2022</Description>
6565
</PackageReference>
6666
<PackageReference Include="Microsoft.Data.Sqlite" Version="7.0.3" />
6767
<PackageReference Include="OasysGH">
68-
<Version>1.0.0</Version>
68+
<Version>1.0.1</Version>
6969
</PackageReference>
7070
<PackageReference Include="OasysUnits.Serialization.JsonNet">
7171
<Version>1.0.0</Version>

ComposGH/ComposGHInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,10 @@ public override string Version {
124124
}
125125
public const string Company = "Oasys";
126126
public const string Contact = "https://www.oasys-software.com/";
127-
public const string Copyright = "Copyright © Oasys 1985 - 2022";
127+
public const string Copyright = "Copyright © Oasys 1985 - 2023";
128128
public const string PluginName = "ComposGH";
129129
public const string ProductName = "Compos";
130-
public const string Vers = "0.9.15";
130+
public const string Vers = "0.9.16";
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;
@@ -141,7 +141,7 @@ internal sealed class PluginInfo {
141141
ComposGHInfo.PluginName,
142142
ComposGHInfo.Vers,
143143
ComposGHInfo.isBeta,
144-
"phc_alOp3OccDM3D18xJTWDoW44Y1cJvbEScm5LJSX8qnhs"
144+
"phc_QjmqOoe8GqTMi3u88ynRR3WWvrJA9zAaqcQS1FDVnJD"
145145
));
146146

147147
private PluginInfo() {

0 commit comments

Comments
 (0)