From 53e4d51532fe8efef79ef7057f23fb09ed69c5ce Mon Sep 17 00:00:00 2001 From: Todd Menier Date: Wed, 23 Nov 2016 19:44:48 -0600 Subject: [PATCH] up'd Flurl.Http to 1.1.1-pre --- Build/nuspec/Flurl.Http.nuspec | 3 ++- src/Flurl.Http/project.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Build/nuspec/Flurl.Http.nuspec b/Build/nuspec/Flurl.Http.nuspec index e8eb7049..20eeb5a3 100644 --- a/Build/nuspec/Flurl.Http.nuspec +++ b/Build/nuspec/Flurl.Http.nuspec @@ -2,7 +2,7 @@ Flurl.Http - 1.1.0-pre + 1.1.1-pre Flurl.Http Todd Menier http://tmenier.github.io/Flurl @@ -13,6 +13,7 @@ A fluent, portable, testable HTTP client library that extends Flurl's URL builder chain. +1.1.1 - More query param assert variations (github #102), HttpCall.Url now a Flurl.Url instance 1.1.0 - Parallel testing (github #67), better DI/IoC/mocking support (github #146), assert query params (github #102) 1.0.3 - .NET Core 1.0.1, fixed assembly references (github #131) 1.0.2 - Updated Flurl dependency to 2.2.1 https://www.nuget.org/packages/Flurl/2.2.1 diff --git a/src/Flurl.Http/project.json b/src/Flurl.Http/project.json index 650dee28..6692a1da 100644 --- a/src/Flurl.Http/project.json +++ b/src/Flurl.Http/project.json @@ -1,6 +1,6 @@ { "title": "Flurl.Http", - "version": "1.1.0-pre", + "version": "1.1.1-pre", "dependencies": { "Flurl": "2.2.1",