From 39aa3f429e7e62a7ff0d6b26f906bb0a9bcec12e Mon Sep 17 00:00:00 2001 From: mzorec Date: Tue, 3 Apr 2018 11:20:53 +0200 Subject: [PATCH 1/2] Update dotnet-developer-projects.md --- dotnet-developer-projects.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dotnet-developer-projects.md b/dotnet-developer-projects.md index 95569da9e..3a761aad0 100644 --- a/dotnet-developer-projects.md +++ b/dotnet-developer-projects.md @@ -235,6 +235,7 @@ Please sort projects alphabetically and provide a one-line description. GitHub/C * [CppSharp](https://github.com/mono/CppSharp) - C/C++ bindings generation for .NET. * [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. + * [FlubuCore](https://github.com/flubu-core/flubu.core) -Fluent builder is A C# library for building projects and executing deployment scripts using C# code. * [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. * [FsEye](https://code.google.com/p/fseye/) - A visual object tree inspector for the F# Interactive. From ec159a97727d0117efcf830d20317b5dbfa249f8 Mon Sep 17 00:00:00 2001 From: mzorec Date: Tue, 3 Apr 2018 11:23:28 +0200 Subject: [PATCH 2/2] Update dotnet-developer-projects.md --- 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 3a761aad0..61e529621 100644 --- a/dotnet-developer-projects.md +++ b/dotnet-developer-projects.md @@ -235,7 +235,7 @@ Please sort projects alphabetically and provide a one-line description. GitHub/C * [CppSharp](https://github.com/mono/CppSharp) - C/C++ bindings generation for .NET. * [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. - * [FlubuCore](https://github.com/flubu-core/flubu.core) -Fluent builder is A C# library for building projects and executing deployment scripts using C# code. + * [FlubuCore](https://github.com/flubu-core/flubu.core) - Fluent builder is A C# library for building projects and executing deployment scripts using C# code. * [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. * [FsEye](https://code.google.com/p/fseye/) - A visual object tree inspector for the F# Interactive.