Flurl 1.0.2

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Flurl --version 1.0.2                
NuGet\Install-Package Flurl -Version 1.0.2                
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="1.0.2" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Flurl --version 1.0.2                
#r "nuget: Flurl, 1.0.2"                
#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=1.0.2

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

A fluent, portable URL builder. To make HTTP calls off the fluent chain, check out Flurl.Http.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (333)

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,056,664 12/13/2023
4.0.0-pre4 72,104 10/9/2023
3.0.7 9,563,568 12/20/2022
3.0.6 19,767,652 5/20/2022
3.0.6-pre1 3,248 5/18/2022
3.0.5 1,961,589 4/25/2022
3.0.4 5,555,395 1/27/2022
3.0.3 259,909 1/22/2022
3.0.2 13,704,448 5/4/2021
3.0.1 5,823,508 12/14/2020
3.0.0 1,608,454 11/1/2020
3.0.0-pre6 20,074 10/24/2020
3.0.0-pre5 17,273 10/1/2020
3.0.0-pre4 24,517 8/8/2020
3.0.0-pre3 214,054 12/29/2019
3.0.0-pre2 2,122 12/29/2019
3.0.0-pre1 83,051 9/1/2019
2.8.2 19,714,983 4/28/2019
2.8.1 2,367,009 2/15/2019
2.8.0 4,072,248 7/22/2018
2.7.1 2,280,274 4/5/2018
2.7.1-pre 3,820 3/31/2018
2.7.0 576,260 2/22/2018
2.7.0-pre2 3,613 2/19/2018
2.7.0-pre1 3,365 2/19/2018
2.6.0 741,106 12/19/2017
2.5.2 112,484 12/9/2017
2.5.1 79,367 11/29/2017
2.5.0 754,326 9/4/2017
2.4.0 744,374 7/21/2017
2.4.0-pre 3,740 7/18/2017
2.3.0 545,623 2/26/2017
2.3.0-pre 2,972 2/22/2017
2.2.1 356,759 9/12/2016
2.2.0 119,005 7/31/2016
2.2.0-beta2 3,365 7/28/2016
2.2.0-beta1 3,362 7/26/2016
2.1.0 46,165 7/18/2016
2.1.0-beta7 4,978 7/10/2016
2.0.0 126,922 5/15/2016
1.1.2 234,505 4/21/2016
1.1.2-pre 3,287 4/21/2016
1.1.1 53,601 4/12/2016
1.1.0 4,193 4/12/2016
1.1.0-pre 3,338 4/10/2016
1.0.10 686,860 7/26/2015
1.0.9 12,819 7/19/2015
1.0.8 12,232 6/25/2015
1.0.7 275,244 3/19/2015
1.0.6 16,137 2/2/2015
1.0.5 16,335 12/14/2014
1.0.4 6,406 12/6/2014
1.0.3 3,768 12/6/2014
1.0.2 48,615 8/29/2014
1.0.1 6,773 6/5/2014
1.0.0 6,038 5/28/2014
0.2.3 4,193 5/12/2014
0.2.2 14,141 5/4/2014
0.2.1 5,101 4/1/2014
0.2.0 4,350 3/23/2014
0.1.1 3,592 2/21/2014
0.1.0 121,650 2/21/2014

1.0.2 - Bugfix related to querystring with only key (thanks to @rafaelsteil)
1.0.1 - Fixed DLL version, dropped support for xbox and wp7 due to VS2013 upgrade
1.0.0 - Minor code cleanup, no API changes.
0.2.2 - Nuspec updates, no changes to binaries.
0.2.1 - Fixed a couple string extensions whose names were inconsistent with their Flurl.Url equivalent.
0.2.0 - Added PCL support.