Skip to content

Commit

Permalink
Flurl version change
Browse files Browse the repository at this point in the history
  • Loading branch information
tmenier committed Sep 4, 2017
1 parent 45f5514 commit aebe8e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Flurl/Flurl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>net40;netstandard1.3;netstandard1.0;</TargetFrameworks>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>3.0.0</Version>
<Version>2.5.0</Version>
<Authors>Todd Menier</Authors>
<Description>A fluent, portable URL builder. To make HTTP calls off the fluent chain, check out Flurl.Http.</Description>
<PackageProjectUrl>http://tmenier.github.io/Flurl</PackageProjectUrl>
Expand All @@ -13,7 +13,7 @@
<RepositoryType>git</RepositoryType>
<PackageTags>fluent url uri querystring builder</PackageTags>
<PackageReleaseNotes>
3.0.0 - Drop PCL target
2.5.0 - Drop PCL target. add .NET Standard 1.0
2.4.0 - Up'd solution to VS2017, platform targeting fixes (github #176)
2.3.0 - First-class support for name-only query parameters (github #164), NullValueHandling config enum
2.2.1 - Fix net461 target (github #128)
Expand Down

0 comments on commit aebe8e3

Please sign in to comment.