up'd Flurl version for 2.3 prerelease

This commit is contained in:
Todd Menier 2017-02-21 16:24:31 -06:00
parent 0d99b51dbe
commit d7e04b6948
2 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<package >
<metadata>
<id>Flurl</id>
<version>2.2.1</version>
<version>2.3.0-pre</version>
<title>Flurl</title>
<authors>Todd Menier</authors>
<projectUrl>http://tmenier.github.io/Flurl</projectUrl>
@ -13,6 +13,7 @@
A fluent, portable URL builder. To make HTTP calls off the fluent chain, check out Flurl.Http.
</description>
<releaseNotes>
2.3.0 - First-class support for name-only query parameters (github #164), NullValueHandling config enum
2.2.1 - Fix net461 target (github #128)
2.2.0 - Url.Combine enhancements, broader PCL support https://github.com/tmenier/Flurl/releases/tag/Flurl.2.2.0
2.1.0 - .NET Core 1.0.0 support. Target .NET Platform Standard 1.4

View File

@ -1,6 +1,6 @@
{
"title": "Flurl",
"version": "2.2.1",
"version": "2.3.0-pre",
"buildOptions": {
"compile": {