From 6251f9a4f27e875e3162343193fc16507fe61542 Mon Sep 17 00:00:00 2001 From: Christopher McClellan Date: Fri, 2 Oct 2015 09:40:52 -0400 Subject: [PATCH] Added description of the LibGit2Sharp library --- dotnet-developer-projects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet-developer-projects.md b/dotnet-developer-projects.md index adc6b71..e76b649 100644 --- a/dotnet-developer-projects.md +++ b/dotnet-developer-projects.md @@ -106,7 +106,7 @@ Please sort projects alphabetically and provide a one-line description. GitHub/C * [Kentor.AuthServices](https://github.com/KentorIT/authservices) - A SAML2 Service Provider for .NET. * [Language-ext](https://github.com/louthy/language-ext) - C# 6.0+ functional language extensions. Make C# more like F# and other functional languages * [leveldb-sharp](https://github.com/meebey/leveldb-sharp) - cross-platform C# binding for LevelDB - * [LibGit2Sharp](https://github.com/libgit2/libgit2sharp) + * [LibGit2Sharp](https://github.com/libgit2/libgit2sharp) - C# language bindings for the [LibGit2](https://github.com/libgit2/libgit2) implementation of Git. * [Lucene.Net](https://github.com/apache/lucene.net) * [MahApps.Metro](https://github.com/MahApps/MahApps.Metro) - A toolkit for creating metro-style WPF applications. * [Math.NET Numerics](https://github.com/mathnet/mathnet-numerics) - Provides methods and algorithms for numerical computations in science, engineering and every day use.