From cf89af9a7d763b0f3e9900388722f730cb660f2c Mon Sep 17 00:00:00 2001 From: nulltoken Date: Thu, 20 Nov 2014 19:28:07 +0100 Subject: [PATCH] Add LibGit2Sharp Git + .Net/Mono = :heart: LibGit2Sharp brings all the might and speed of libgit2, a native Git implementation, to the managed world of .Net and Mono. --- dotnet-projects.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dotnet-projects.md b/dotnet-projects.md index 1bc2e7f..82d680d 100644 --- a/dotnet-projects.md +++ b/dotnet-projects.md @@ -24,6 +24,7 @@ There are many .NET open source projects. You can always use a search engine to * [EasyNetQ](https://github.com/mikehadlow/EasyNetQ) * [FluentValidation](https://github.com/JeremySkinner/FluentValidation) * [JSON.NET](http://json.net/) + * [LibGit2Sharp](http://libgit2sharp.com/) * [NodaTime](http://nodatime.org/) * [RestSharp](http://restsharp.org/) * [SharpDX](https://github.com/sharpdx/SharpDX)