Skip to content

Commit cdae9b2

Browse files
A-Ovchinnikov-mxMarcellvanRooyen
authored and
A-Ovchinnikov-mx
committed
Finish update to v1.0.1 (#3)
* Update Native Method names and signatures as per: https://github.com/libgit2/libgit2/blob/master/docs/changelog.md#v099 Co-authored-by: Marcell van Rooyen <marcell.van.rooyen@mendix.com>
1 parent 4da066c commit cdae9b2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/Build_and_publish_package.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ on:
77

88
env:
99
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
10-
BUILD_TYPE: Release
10+
BUILD_TYPE: 'Release'
11+
NUPKG_VERSION: '1.101.11'
1112

1213
jobs:
1314
build:
@@ -33,7 +34,7 @@ jobs:
3334
run: |
3435
nuget source Add -Name "GitHub" -Source "https://nuget.pkg.github.com/mendix/index.json" -UserName srv-LibGit2sharp-mendix -Password ${{ secrets.GHPACKAGESTOKEN }}
3536
dotnet build -c Release
36-
nuget pack .\mx_nuget.package\Mendix_package.nuspec -Version 1.101.10 -NoPackageAnalysis
37+
nuget pack .\mx_nuget.package\Mendix_package.nuspec -Version ${{ env.NUPKG_VERSION }} -NoPackageAnalysis
3738
shell: powershell #Keep as powershell and not pwsh
3839

3940
- name: Upload build artifacts

0 commit comments

Comments
 (0)