Skip to content

Commit

Permalink
Merge pull request #190 from arup-group/fix-logo
Browse files Browse the repository at this point in the history
fix logo
  • Loading branch information
tlmnrnhrdt authored Nov 11, 2022
2 parents eb603fa + c627d05 commit 48084e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions GsaGH/GsaGH.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageProjectUrl>https://github.com/arup-group/GSA-Grasshopper</PackageProjectUrl>
<RepositoryUrl>https://github.com/arup-group/GSA-Grasshopper</RepositoryUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIcon>GsaLogo128.png</PackageIcon>
<PackageIcon>GSALogo128.png</PackageIcon>
<Version>0.9.30-beta</Version>
</PropertyGroup>
<PropertyGroup Condition="$(Configuration) == 'Debug' AND $([MSBuild]::IsOSPlatform(Windows))">
Expand Down Expand Up @@ -302,7 +302,7 @@ Copyright © Oasys 1985 - 2022</Description>
<None Include="Properties\Icons\Units.png" />
</ItemGroup>
<ItemGroup>
<None Include="Properties\Icons\GSALogo128.png" />
<None Include="Properties\Icons\GSALogo128.png" Pack="true" PackagePath=""/>
</ItemGroup>
<ItemGroup>
<None Include="Properties\Icons\GetLoads.png" />
Expand Down
2 changes: 1 addition & 1 deletion build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ steps:
inputs:
targetType: 'inline'
script: |
$versionInfo = $(Get-Item .\GsaGH\bin\x64\Release\GsaGH.dll).VersionInfo
$versionInfo = $(Get-Item .\GsaGH\bin\x64\Release\net48\GsaGH.dll).VersionInfo
echo $versionInfo
$fullVersion = [array]${versionInfo}.FileVersion.split('.')
$currentTime = $(Get-Date -Format "dddd MM/dd/yyyy HH:mm")
Expand Down

0 comments on commit 48084e2

Please sign in to comment.