Skip to content

dogged/dogged.native.binaries

Repository files navigation

Dogged.Native.Binaries

Build Status

Dogged and is a .NET wrapper around libgit2; since libgit2 is a native library written in portable C, it requires compilation on your platform.

This repository provides the build scripts and continuous integration setup to create the Dogged.Native.Binaries nuget package, which itself provides the native binaries on commonly used platforms (Linux, Windows and macOS).

These scripts and configuration are available under the MIT license, see the included file LICENSE for details. libgit2 itself is available under the GNU Public License (GPL) with a linking exception, see its COPYING file for details.