From 1bf6f7a50bb795b2ae652577227361f92a437cf5 Mon Sep 17 00:00:00 2001 From: Todd Menier Date: Wed, 17 Feb 2016 09:23:26 -0600 Subject: [PATCH] Added Flurl --- dotnet-developer-projects.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dotnet-developer-projects.md b/dotnet-developer-projects.md index 47aa2d4..4ff212d 100644 --- a/dotnet-developer-projects.md +++ b/dotnet-developer-projects.md @@ -105,6 +105,7 @@ Please sort projects alphabetically and provide a one-line description. GitHub/C * [FluentBootstrap](https://github.com/somedave/FluentBootstrap) * [FluentConsole](https://github.com/ashmind/FluentConsole) - Alternative approach to colored console (`FluentConsole.Red.Text().Green.Text()`). * [FluentValidation](https://github.com/JeremySkinner/FluentValidation) - A small validation library for .NET that uses a fluent interface and lambda expressions for building validation rules. + * [Flurl](https://github.com/tmenier/Flurl) - A fluent, portable, testable URL builder and HTTP client library. * [Font-Awesome-WPF](https://github.com/charri/Font-Awesome-WPF) - WPF controls for the iconic font and CSS toolkit [Font Awesome](http://fortawesome.github.io/Font-Awesome/). * [GongSolutions.Wpf.DragDrop](https://github.com/punker76/gong-wpf-dragdrop) - A drag'n'drop framework for WPF. * [GeckoFX](https://bitbucket.org/geckofx) - Mozilla's Gecko layout engine wrapper in .NET.