Skip to content

Commit

Permalink
Merge pull request #264 from tmenier/dev
Browse files Browse the repository at this point in the history
Flurl.Http 2.1.1 PR
  • Loading branch information
tmenier authored Dec 19, 2017
2 parents 217e3d9 + 4b0a5ac commit 928fa01
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 928fa01

Please sign in to comment.