up'd Flurl.Http version

This commit is contained in:
Todd Menier 2016-11-20 19:19:23 -06:00
parent adae57d2af
commit cab083f24e
2 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<package >
<metadata>
<id>Flurl.Http</id>
<version>1.0.3</version>
<version>1.1.0-pre</version>
<title>Flurl.Http</title>
<authors>Todd Menier</authors>
<projectUrl>http://tmenier.github.io/Flurl</projectUrl>
@ -13,6 +13,7 @@
A fluent, portable, testable HTTP client library that extends Flurl's URL builder chain.
</description>
<releaseNotes>
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
1.0.1 - Updated Flurl dependency to 2.2 https://www.nuget.org/packages/Flurl/2.2.0

View File

@ -1,6 +1,6 @@
{
"title": "Flurl.Http",
"version": "1.0.3",
"version": "1.1.0",
"dependencies": {
"Flurl": "2.2.1",