Flurl 1.0.10

dotnet add package Flurl --version 1.0.10
                    
NuGet\Install-Package Flurl -Version 1.0.10
                    
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.10" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Flurl" Version="1.0.10" />
                    
Directory.Packages.props
<PackageReference Include="Flurl" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Flurl --version 1.0.10
                    
#r "nuget: Flurl, 1.0.10"
                    
#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.
#addin nuget:?package=Flurl&version=1.0.10
                    
Install Flurl as a Cake Addin
#tool nuget:?package=Flurl&version=1.0.10
                    
Install Flurl as a Cake Tool

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 (1)

Showing the top 1 NuGet packages that depend on Flurl:

Package Downloads
Flurl.Http

A fluent, portable, testable HTTP client library that extends Flurl's URL builder chain.

GitHub repositories (34)

Showing the top 20 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 生放送录制
Azure-Samples/cognitive-services-speech-sdk
Sample code for the Microsoft Cognitive Services Speech SDK
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)
ErsatzTV/ErsatzTV
Stream custom live channels using your own media
recyclarr/recyclarr
Automatically sync TRaSH Guides to your Sonarr and Radarr instances
JasonWei512/EnergyStarX
🔋 Improve your Windows 11 device's battery life. A WinUI 3 GUI for https://github.com/imbushuo/EnergyStar.
HenJigg/wpf-abp
Cross-platform mobile project and WPF client based on ABP framework Xamarin.Forms
stratisproject/StratisBitcoinFullNode
Bitcoin full node in C#
lisongkun/HyggeImaotai
i茅台app接口自动化csharp wpf实现,挂机windows服务器每日自动预约, (╯°□°)╯︵ ┻━┻ 预约启动!
AutomateThePlanet/AutomateThePlanet-Learning-Series
Automate The Planet Series Source Code
vknet/vk
Vkontakte API for .NET
SoapboxRaceWorld/GameLauncher_NFSW
An unofficial launcher for Need for Speed: World (https://launcher.worldunited.gg / https://soapboxrace.world)
Azure/apiops
APIOps applies the concepts of GitOps and DevOps to API deployment. By using practices from these two methodologies, APIOps can enable everyone involved in the lifecycle of API design, development, and deployment with self-service and automated tools to ensure the quality of the specifications and APIs that they’re building.
reactiveui/ReactiveUI.Samples
This repository contains ReactiveUI samples.
philosowaffle/peloton-to-garmin
Convert workout data from Peloton into JSON/TCX/FIT files and automatically upload to Garmin Connect
JasonBock/Rocks
A mocking library based on the Compiler APIs (Roslyn + Mocks)
shr670377723/CommunityServer-master
Version Downloads Last updated
1.0.10 10,961 7/26/2015
1.0.9 1,808 7/19/2015
1.0.8 2,836 6/25/2015
1.0.7 22,569 3/19/2015
1.0.6 1,610 2/2/2015
1.0.5 1,242 12/14/2014
1.0.4 334 12/6/2014
1.0.3 121 12/6/2014
1.0.2 4,818 8/29/2014
1.0.1 1,013 6/5/2014
1.0.0 178 5/28/2014
0.2.3 205 5/12/2014
0.2.2 164 5/4/2014
0.2.1 651 4/1/2014
0.2.0 307 3/23/2014
0.1.1 226 2/21/2014
0.1.0 114 2/21/2014

1.0.10 - More flexible kv parsing (github pr #16)
1.0.9 - Decode + as space, optionally encode space as + (github #41)
1.0.8 - Don't trim trailing slash (github #37)
1.0.7 - Bugfix - parsing querystrings like: "?x=1&x=2" (thanks @miiihi)
1.0.6 - Use CultureInfo.InvariantCulture in a few string conversions
1.0.5 - Url.GetRoot (static) and Url.ResetToRoot
1.0.4 - Support for multi-value query params, i.e. SetQueryParam("x", new[] { 1, 2 }) => "x=1&x=2")
1.0.3 - Bugfix - exclude null values from querystring (thanks to @niemyjski)
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.