both packages ready for stable release

This commit is contained in:
Todd Menier 2018-04-04 19:01:22 -05:00
parent 1e50802a79
commit d4a57b1001
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard1.1;netstandard1.3;netstandard2.0;</TargetFrameworks>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageId>Flurl.Http</PackageId>
<Version>2.3.0-pre1</Version>
<Version>2.3.0</Version>
<Authors>Todd Menier</Authors>
<Description>A fluent, portable, testable HTTP client library.</Description>
<PackageProjectUrl>http://tmenier.github.io/Flurl</PackageProjectUrl>

View File

@ -4,7 +4,7 @@
<TargetFrameworks>net40;netstandard1.0;netstandard1.3;netstandard2.0;</TargetFrameworks>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageId>Flurl</PackageId>
<Version>2.7.1-pre</Version>
<Version>2.7.1</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>