From 0f1dca0fd719f2dacc3bb149886476b01c0fdd5f Mon Sep 17 00:00:00 2001 From: Todd Menier Date: Sun, 16 Jul 2017 16:39:09 -0500 Subject: [PATCH] up'd Flurl.Http to 1.1.3 --- 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 1ff59b56..78a358d3 100644 --- a/Build/nuspec/Flurl.Http.nuspec +++ b/Build/nuspec/Flurl.Http.nuspec @@ -2,7 +2,7 @@ Flurl.Http - 1.1.2 + 1.1.3 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.3 - Minor fixes (github #175, #182, #186) 1.1.2 - Minor bug fixes (github #159 & #169), up'd Flurl dependency to 2.3.0 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) diff --git a/src/Flurl.Http/project.json b/src/Flurl.Http/project.json index 39d82ff4..c3443d60 100644 --- a/src/Flurl.Http/project.json +++ b/src/Flurl.Http/project.json @@ -1,6 +1,6 @@ { "title": "Flurl.Http", - "version": "1.1.2", + "version": "1.1.3", "dependencies": { "Flurl": "2.3.0",