Skip to content

Commit 3b3cc63

Browse files
committed
feat: bump version
1 parent 6310d61 commit 3b3cc63

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

GH_UnitNumber/GH_UnitNumber.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<RepositoryUrl>https://github.com/arup-group/OasysGH</RepositoryUrl>
1111
<PackageReadmeFile>README.md</PackageReadmeFile>
1212
<PackageIcon>UnitNumberLogo64.png</PackageIcon>
13-
<Version>1.2.3</Version>
13+
<Version>1.2.4</Version>
1414
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1515
<BaseOutputPath>bin\</BaseOutputPath>
1616
<AutoGenerateBindingRedirects>True</AutoGenerateBindingRedirects>

OasysGH/OasysGH.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PackageProjectUrl>https://github.com/arup-group/OasysGH</PackageProjectUrl>
1010
<RepositoryUrl>https://github.com/arup-group/OasysGH</RepositoryUrl>
1111
<PackageReadmeFile>README.md</PackageReadmeFile>
12-
<Version>1.2.3</Version>
12+
<Version>1.2.4</Version>
1313
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1414
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1515
<LangVersion>8.0</LangVersion>

OasysGH/OasysPluginInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ public static class OasysGHVersion {
55
public const bool IsBeta = false;
66
// this is the one place to set the version in VS:
77
// also update the version manually in OasysGH.csproj
8-
public const string Version = "1.2.3";
8+
public const string Version = "1.2.4";
99
}
1010

1111
public class OasysPluginInfo {

0 commit comments

Comments
 (0)