libgit2 / libgit2sharp.nativebinaries

MIT License
29 stars 63 forks source link

Add Windows arm64 native binaries #125

Closed ghost closed 3 years ago

ghost commented 3 years ago

Adapt this PR: https://github.com/mendix/libgit2sharp.nativebinaries/pull/4

snickler commented 3 years ago

@bording - Hello! I was wondering if there was any chance of having this PR merged? I coincidentally did the same work today and realized that this PR was open before I created one. This is a needed dependency to help in adding Windows Arm64 support for libraries using LibGit2Sharp.

Thanks.

bording commented 3 years ago

@A-Ovchinnikov-mx This looks good, but UpdateLibgit2ToSha.ps1 needs to be updated with the changes to the props file as well.

Once that gets changed, this should be ready to merge.

ghost commented 3 years ago

@bording Oh, thanks a lot! I guess I'll need to include it in our fork too 😅 Fixed! Please have a look 🙂