up'd Flurl version for 2.3 prerelease
This commit is contained in:
parent
0d99b51dbe
commit
d7e04b6948
@ -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
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"title": "Flurl",
|
||||
"version": "2.2.1",
|
||||
"version": "2.3.0-pre",
|
||||
|
||||
"buildOptions": {
|
||||
"compile": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user