cake-contrib / Cake_Git

Cake AddIn that extends Cake with Git features using LibGit2 and LibGit2Sharp
https://cakebuild.net/extensions/cake-git
Other
39 stars 64 forks source link

Update to LibGit2Sharp 0.30.0 #191

Closed pascalberger closed 16 hours ago

pascalberger commented 8 months ago

Update to LibGit2Sharp 0.30.0 and native binaries 2.0.322

joakimia commented 6 months ago

Can this be merged? Hoping that this solves #165 / #79 for M1 / M2 Macs

pascalberger commented 6 months ago

Hoping that this solves #165 / #79 for M1 / M2 Macs

This won't fix issue when running in Cake Scripting on M1/M2 processor, since this is caused by how the Cake loads the DLLs / how they are packaged in this addin. It already works with the current version of the addin for Cake Frosting.

devlead commented 16 hours ago

@pascalberger your changes have been merged, thanks for your contribution 👍