Skip to content

Commit 48d3a8c

Browse files
authored
Merge pull request #119 from arup-group/bugfix/GSAGH-538-remove-extra-readme
Bugfix/gsagh 538 remove extra readme
2 parents a928d8b + 3b3cc63 commit 48d3a8c

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
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

+2-6
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>
@@ -21,7 +21,7 @@
2121

2222
</PropertyGroup>
2323
<ItemGroup>
24-
<None Include="readme.md" Pack="true" PackagePath=""/>
24+
<None Include="README.md" Pack="true" PackagePath=""/>
2525
</ItemGroup>
2626
<ItemGroup>
2727
<Reference Include="Oasys.Taxonomy.IGeometry">
@@ -86,10 +86,6 @@
8686
<PackageReference Include="System.DirectoryServices.AccountManagement" Version="8.0.0" />
8787
</ItemGroup>
8888
<ItemGroup>
89-
<None Include="..\README.md">
90-
<Pack>True</Pack>
91-
<PackagePath>\</PackagePath>
92-
</None>
9389
<None Include="Properties\Icons\Units.ico" />
9490
</ItemGroup>
9591
<ItemGroup>

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)