From 6b320e94ce1c3efedf202401580164308b8138c1 Mon Sep 17 00:00:00 2001 From: Florian Greinacher Date: Thu, 25 Dec 2014 01:21:00 +0100 Subject: [PATCH] Fix some indents NHunspell and Crawler-Lib Build Tools missed one level of indent and messed up the list. --- dotnet-developer-projects.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotnet-developer-projects.md b/dotnet-developer-projects.md index bcfd4fe..cf3d7f8 100644 --- a/dotnet-developer-projects.md +++ b/dotnet-developer-projects.md @@ -97,7 +97,7 @@ Please sort projects alphabetically and provide a one-line description. GitHub/C * [Mjolnir](https://github.com/hudl/Mjolnir) - [Hystrix](https://github.com/Netflix/Hystrix)-inspired fault tolerance with circuit breakers and thread pools. * [MoreLINQ](https://code.google.com/p/morelinq/) - LINQ to Objects is missing a few desirable features. This project will enhance LINQ to Objects with extra methods, in a manner which keeps to the spirit of LINQ. * [NetTopologySuite](https://github.com/NetTopologySuite) - A .NET port of the JTS Topology Suite. -* [NHunspell](http://sourceforge.net/projects/nhunspell/) - Spell Checker, Hyphenation an Theasaurus + * [NHunspell](http://sourceforge.net/projects/nhunspell/) - Spell Checker, Hyphenation an Theasaurus * [NodaTime](https://code.google.com/p/noda-time/) - A better date and time API for .NET * [OneDriveRestAPI](https://github.com/saguiitay/OneDriveRestAPI) - OneDrive .Net Client Library using the REST API. * [OsmSharp](https://github.com/OsmSharp) - Mapping & Routing library. @@ -144,7 +144,7 @@ Please sort projects alphabetically and provide a one-line description. GitHub/C * [CInject](https://github.com/punitganshani/CodeInject) - A tool to inject your C#/VB.NET code into existing .NET assemblies and executables * [FAKE](http://fsharp.github.io/FAKE/) - Build automation system with capabilities which are similar to make and rake. * [Fody](https://github.com/Fody/Fody) - Extensible tool for weaving .NET assemblies. -* [Crawler-Lib Build Tools](http://download.crawler-lib.net/BuildTools/) - [A PowerShell based toolbox](http://www.crawler-lib.net/build-tools) for automating the software build process, autmated testing and integration. + * [Crawler-Lib Build Tools](http://download.crawler-lib.net/BuildTools/) - [A PowerShell based toolbox](http://www.crawler-lib.net/build-tools) for automating the software build process, autmated testing and integration. * [FsEye](https://code.google.com/p/fseye/) - A visual object tree inspector for the F# Interactive. * [FsharpLint](https://github.com/fsprojects/FSharpLint) - Lint tool for F#. * [FsPickler](https://github.com/nessos/FsPickler) - Serialization library that facilitates the distribution of .NET objects.