Flurl 0.2.0

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Flurl --version 0.2.0                
NuGet\Install-Package Flurl -Version 0.2.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Flurl" Version="0.2.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Flurl --version 0.2.0                
#r "nuget: Flurl, 0.2.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Flurl as a Cake Addin
#addin nuget:?package=Flurl&version=0.2.0

// Install Flurl as a Cake Tool
#tool nuget:?package=Flurl&version=0.2.0                

A portable, fluent URL builder. Example:

"http://www.api.com/".AppendPathSegment("endpoint").SetQueryParams(new { api_key = key, max_results = 20});

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (334)

Showing the top 5 NuGet packages that depend on Flurl:

Package Downloads
Flurl.Http

A fluent, testable HTTP client library.

Reo.Core.Hosting

Package Description

N3O.Umbraco.Extensions

TODO

Reo.Core.IdentityModel

Package Description

Reo.Core.AutoHistory

Package Description

GitHub repositories (30)

Showing the top 5 popular GitHub repositories that depend on Flurl:

Repository Stars
JosefNemec/Playnite
Video game library manager with support for wide range of 3rd party libraries and game emulation support, providing one unified interface for your games.
Kareadita/Kavita
Kavita is a fast, feature rich, cross platform reading server. Built with the goal of being a full solution for all your reading needs. Setup your own server and share your reading collection with your friends and family.
BililiveRecorder/BililiveRecorder
录播姬 | mikufans 生放送录制
ONLYOFFICE/CommunityServer
Free open source office suite with business productivity tools: document and project management, CRM, mail aggregator.
ArduPilot/MissionPlanner
Mission Planner Ground Control Station for ArduPilot (c# .net)
Version Downloads Last updated
4.0.0 6,458,417 12/13/2023
4.0.0-pre4 72,668 10/9/2023
3.0.7 9,685,205 12/20/2022
3.0.6 19,975,902 5/20/2022
3.0.6-pre1 3,256 5/18/2022
3.0.5 1,968,083 4/25/2022
3.0.4 5,585,839 1/27/2022
3.0.3 264,268 1/22/2022
3.0.2 13,792,220 5/4/2021
3.0.1 5,859,276 12/14/2020
3.0.0 1,614,781 11/1/2020
3.0.0-pre6 20,108 10/24/2020
3.0.0-pre5 17,325 10/1/2020
3.0.0-pre4 24,612 8/8/2020
3.0.0-pre3 214,223 12/29/2019
3.0.0-pre2 2,124 12/29/2019
3.0.0-pre1 83,310 9/1/2019
2.8.2 19,806,495 4/28/2019
2.8.1 2,373,492 2/15/2019
2.8.0 4,084,371 7/22/2018
2.7.1 2,291,325 4/5/2018
2.7.1-pre 3,822 3/31/2018
2.7.0 577,387 2/22/2018
2.7.0-pre2 3,615 2/19/2018
2.7.0-pre1 3,368 2/19/2018
2.6.0 743,037 12/19/2017
2.5.2 112,690 12/9/2017
2.5.1 79,569 11/29/2017
2.5.0 755,644 9/4/2017
2.4.0 745,505 7/21/2017
2.4.0-pre 3,743 7/18/2017
2.3.0 546,414 2/26/2017
2.3.0-pre 2,974 2/22/2017
2.2.1 358,320 9/12/2016
2.2.0 119,265 7/31/2016
2.2.0-beta2 3,367 7/28/2016
2.2.0-beta1 3,364 7/26/2016
2.1.0 46,532 7/18/2016
2.1.0-beta7 4,980 7/10/2016
2.0.0 127,393 5/15/2016
1.1.2 236,832 4/21/2016
1.1.2-pre 3,290 4/21/2016
1.1.1 53,650 4/12/2016
1.1.0 4,197 4/12/2016
1.1.0-pre 3,340 4/10/2016
1.0.10 691,895 7/26/2015
1.0.9 12,869 7/19/2015
1.0.8 12,373 6/25/2015
1.0.7 276,162 3/19/2015
1.0.6 16,169 2/2/2015
1.0.5 16,399 12/14/2014
1.0.4 6,408 12/6/2014
1.0.3 3,772 12/6/2014
1.0.2 48,967 8/29/2014
1.0.1 6,775 6/5/2014
1.0.0 6,043 5/28/2014
0.2.3 4,195 5/12/2014
0.2.2 14,331 5/4/2014
0.2.1 5,109 4/1/2014
0.2.0 4,353 3/23/2014
0.1.1 3,594 2/21/2014
0.1.0 122,208 2/21/2014

Breaking change in 0.2.0: Url.QueryParams changed from type NameValueCollection to type IDictionary<string, object> for PCL support.