libgit2 / libgit2sharp.nativebinaries

MIT License
29 stars 63 forks source link

Improve props files #95

Closed bording closed 5 years ago

bording commented 5 years ago

This simplifies the props files that handles copying the binaries to the lib folder for .NET Framework and mono projects by using wildcards to find all of the binaries in the package.

No more needing to update the powershell script whenever a new binary is added, leading to errors like #94.

This also cleans up a few other miscellaneous things: