Skip to content

Commit 6e59dc1

Browse files
committed
GSAGH-538 - give path of .csProject
1 parent 9b851d4 commit 6e59dc1

File tree

4 files changed

+4
-4
lines changed

4 files changed

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

build-test-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ steps:
202202
- powershell: |
203203
cd OasysGH
204204
& 'C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\MSBuild\Current\Bin\amd64\MSBuild.exe' $(Build.SourcesDirectory).\OasysGH\OasysGH.csproj /t:pack /p:NoBuild=true /p:Platform=x64 /p:IncludeSymbols=true /p:SymbolPackageFormat=snupkg /p:DebugType=portable /property:Configuration=Release
205-
condition: succeeded()
205+
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/main'), ne(variables.TAG_EXISTS, 'true'))
206206
displayName: Package NuGet
207207

208208
- task: GitHubRelease@1

0 commit comments

Comments
 (0)