diff --git a/GsaGH/GsaGH.csproj b/GsaGH/GsaGH.csproj index 546c2ad0f..33d55a218 100644 --- a/GsaGH/GsaGH.csproj +++ b/GsaGH/GsaGH.csproj @@ -9,7 +9,7 @@ https://github.com/arup-group/GSA-Grasshopper https://github.com/arup-group/GSA-Grasshopper README.md - GsaLogo128.png + GSALogo128.png 0.9.30-beta @@ -302,7 +302,7 @@ Copyright © Oasys 1985 - 2022 - + diff --git a/build-test-deploy.yml b/build-test-deploy.yml index 885d79c34..32d0282e2 100644 --- a/build-test-deploy.yml +++ b/build-test-deploy.yml @@ -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")