Skip to content

Commit

Permalink
up'd Flurl.Http to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tmenier committed Jul 16, 2017
1 parent 15d903f commit 0f1dca0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Build/nuspec/Flurl.Http.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Flurl.Http</id>
<version>1.1.2</version>
<version>1.1.3</version>
<title>Flurl.Http</title>
<authors>Todd Menier</authors>
<projectUrl>http://tmenier.github.io/Flurl</projectUrl>
Expand All @@ -13,6 +13,7 @@
A fluent, portable, testable HTTP client library that extends Flurl's URL builder chain.
</description>
<releaseNotes>
1.1.3 - Minor fixes (github #175, #182, #186)
1.1.2 - Minor bug fixes (github #159 &amp; #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)
Expand Down
2 changes: 1 addition & 1 deletion src/Flurl.Http/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "Flurl.Http",
"version": "1.1.2",
"version": "1.1.3",

"dependencies": {
"Flurl": "2.3.0",
Expand Down

0 comments on commit 0f1dca0

Please sign in to comment.