From 05f9ab7a5588f4effcc3f3cfe98e011506d481e0 Mon Sep 17 00:00:00 2001 From: Patrik Svensson Date: Sun, 7 Dec 2014 01:44:35 +0100 Subject: [PATCH] Added Cake to the list of developer tools. --- dotnet-developer-projects.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dotnet-developer-projects.md b/dotnet-developer-projects.md index 310c064..ffc5b39 100644 --- a/dotnet-developer-projects.md +++ b/dotnet-developer-projects.md @@ -120,6 +120,7 @@ Please sort projects alphabetically and provide a one-line description. GitHub/C * [Simple Mvvm Toolkit](http://simplemvvmtoolkit.codeplex.com/) * Tools + * [Cake](https://github.com/cake-build/cake) (C# Make) is a build automation system with C#/Roslyn driven build scripts. * [Fody](https://github.com/Fody/Fody) - Extensible tool for weaving .NET assemblies. * [FAKE](http://fsharp.github.io/FAKE/) Build automation system with capabilities which are similar to make and rake. * [FsEye](http://www.swensensoftware.com/fseye) A visual object tree inspector for the F# Interactive.