Skip to content

Commit b2ae434

Browse files
author
Ahmad Noman Musleh
committed
Added setting execution permisson on Nuget publish file
1 parent f038b38 commit b2ae434

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/publish_nuget_package_prereleased.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ jobs:
2828

2929
- name: Build
3030
run: dotnet build $PROJECT --configuration $BUILD_CONFIG --no-restore
31-
31+
32+
- name: Set Execution Permission For decrypt_certificate.sh
33+
run: chmod +x ./decrypt_certificate.sh
34+
3235
- name: Decrypt Certificate
3336
run: ./decrypt_certificate.sh
3437
env:

src/OpenAPI.Net/OpenAPI.Net.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PackageTags>cTrader, Open API, Spotware</PackageTags>
1010
<Description>A .NET RX library for Spotware Open API</Description>
1111
<PackageId>Spotware.OpenAPI.Net</PackageId>
12-
<Version>1.3.7-rc7</Version>
12+
<Version>1.3.7-rc8</Version>
1313
<Platforms>AnyCPU</Platforms>
1414
<Company>Spotware</Company>
1515
<Authors>Spotware</Authors>

0 commit comments

Comments
 (0)