Skip to content

Commit

Permalink
Merge pull request #119 from arup-group/bugfix/GSAGH-538-remove-extra…
Browse files Browse the repository at this point in the history
…-readme

Bugfix/gsagh 538 remove extra readme
  • Loading branch information
SandeepArup authored Sep 30, 2024
2 parents a928d8b + 3b3cc63 commit 48d3a8c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion GH_UnitNumber/GH_UnitNumber.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<RepositoryUrl>https://github.com/arup-group/OasysGH</RepositoryUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIcon>UnitNumberLogo64.png</PackageIcon>
<Version>1.2.3</Version>
<Version>1.2.4</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<BaseOutputPath>bin\</BaseOutputPath>
<AutoGenerateBindingRedirects>True</AutoGenerateBindingRedirects>
Expand Down
8 changes: 2 additions & 6 deletions OasysGH/OasysGH.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageProjectUrl>https://github.com/arup-group/OasysGH</PackageProjectUrl>
<RepositoryUrl>https://github.com/arup-group/OasysGH</RepositoryUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Version>1.2.3</Version>
<Version>1.2.4</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<LangVersion>8.0</LangVersion>
Expand All @@ -21,7 +21,7 @@

</PropertyGroup>
<ItemGroup>
<None Include="readme.md" Pack="true" PackagePath=""/>
<None Include="README.md" Pack="true" PackagePath=""/>
</ItemGroup>
<ItemGroup>
<Reference Include="Oasys.Taxonomy.IGeometry">
Expand Down Expand Up @@ -86,10 +86,6 @@
<PackageReference Include="System.DirectoryServices.AccountManagement" Version="8.0.0" />
</ItemGroup>
<ItemGroup>
<None Include="..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="Properties\Icons\Units.ico" />
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion OasysGH/OasysPluginInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ public static class OasysGHVersion {
public const bool IsBeta = false;
// this is the one place to set the version in VS:
// also update the version manually in OasysGH.csproj
public const string Version = "1.2.3";
public const string Version = "1.2.4";
}

public class OasysPluginInfo {
Expand Down

0 comments on commit 48d3a8c

Please sign in to comment.