Skip to content

Commit

Permalink
bumped Flurl.Http version and that of Flurl dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tmenier committed Dec 19, 2017
1 parent 10ff165 commit 4b0a5ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Flurl.Http/Flurl.Http.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard1.3;netstandard1.1;</TargetFrameworks>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageId>Flurl.Http</PackageId>
<Version>2.1.0</Version>
<Version>2.1.1</Version>
<Authors>Todd Menier</Authors>
<Description>Flurl.Http is a fluent, portable, testable HTTP client library that extends Flurl's URL builder chain.</Description>
<PackageProjectUrl>http://tmenier.github.io/Flurl</PackageProjectUrl>
Expand All @@ -27,7 +27,7 @@

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
<PackageReference Include="Flurl" Version="2.5.1" />
<PackageReference Include="Flurl" Version="2.6.0" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard1.3'">
Expand Down

0 comments on commit 4b0a5ac

Please sign in to comment.