From aebe8e3da4ca568c1f67e170c1778c66207418eb Mon Sep 17 00:00:00 2001 From: Todd Menier Date: Mon, 4 Sep 2017 08:45:09 -0500 Subject: [PATCH] Flurl version change --- src/Flurl/Flurl.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Flurl/Flurl.csproj b/src/Flurl/Flurl.csproj index ff47de5d..69c5da9e 100644 --- a/src/Flurl/Flurl.csproj +++ b/src/Flurl/Flurl.csproj @@ -3,7 +3,7 @@ net40;netstandard1.3;netstandard1.0; True - 3.0.0 + 2.5.0 Todd Menier A fluent, portable URL builder. To make HTTP calls off the fluent chain, check out Flurl.Http. http://tmenier.github.io/Flurl @@ -13,7 +13,7 @@ git fluent url uri querystring builder - 3.0.0 - Drop PCL target + 2.5.0 - Drop PCL target. add .NET Standard 1.0 2.4.0 - Up'd solution to VS2017, platform targeting fixes (github #176) 2.3.0 - First-class support for name-only query parameters (github #164), NullValueHandling config enum 2.2.1 - Fix net461 target (github #128)