Skip to content

Commit 26dac3a

Browse files
committed
Bump Version 0.9.19
1 parent 4d31bb0 commit 26dac3a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Compos/ComposAPI.csproj

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

ComposGH/ComposGHInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.Drawing;
33
using System.IO;
44
using ComposAPI;
@@ -119,7 +119,7 @@ public class ComposGHInfo : GH_AssemblyInfo {
119119
public const string Copyright = "Copyright © Oasys 1985 - 2024";
120120
public const string PluginName = "ComposGH";
121121
public const string ProductName = "Compos";
122-
public const string GrasshopperVersion = "0.9.18";
122+
public const string GrasshopperVersion = "0.9.19-beta";
123123
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.";
124124
public static Guid GUID = new Guid("c3884cdc-ac5b-4151-afc2-93590cef4f8f");
125125
public static bool isBeta = true;

0 commit comments

Comments
 (0)