From cbf80b4d80f18c836919bb8513573647162a5360 Mon Sep 17 00:00:00 2001 From: Mirco Bauer Date: Sat, 23 May 2015 15:25:13 +0200 Subject: [PATCH] Add leveldb-sharp to dotnet-developer-projects --- dotnet-developer-projects.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dotnet-developer-projects.md b/dotnet-developer-projects.md index d202545..0ac1d85 100644 --- a/dotnet-developer-projects.md +++ b/dotnet-developer-projects.md @@ -100,6 +100,7 @@ Please sort projects alphabetically and provide a one-line description. GitHub/C * [JSON.NET](https://github.com/JamesNK/Newtonsoft.Json) - Popular high-performance JSON framework for .NET * [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) * [Lucene.Net](https://github.com/apache/lucene.net) * [MahApps.Metro](https://github.com/MahApps/MahApps.Metro) - A toolkit for creating metro-style WPF applications.