Flurl.Signed 2.0.0

There is a newer version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Flurl.Signed --version 2.0.0
NuGet\Install-Package Flurl.Signed -Version 2.0.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.Signed" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Flurl.Signed --version 2.0.0
#r "nuget: Flurl.Signed, 2.0.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.Signed as a Cake Addin
#addin nuget:?package=Flurl.Signed&version=2.0.0

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

This is the Flurl package, repackaged with strongly named assemblies. See https://tmenier.github.io/Flurl for the official project.

Product Compatible and additional computed target framework versions.
.NETPlatform dotnet54 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (11)

Showing the top 5 NuGet packages that depend on Flurl.Signed:

Package Downloads
Flurl.Http.Signed

This is the Flurl.Http package, repackaged with strongly named assemblies. See https://flurl.io/ for the official project.

openstack.net

An OpenStack SDK for Microsoft .NET

Breakdance.AspNetCore

Breakdance is a testing framework for managing the dangerous dance of shipping public APIs. This package contains helper classes for testing AspNetCore endpoints. These classes make it super easy to craft HTTP requests to your API at test time. Commonly used types: CloudNimble.Breakdance.AspNetCore.AspNetCoreBreakdanceTestBase CloudNimble.Breakdance.AspNetCore.AspNetCoreTestHelpers CloudNimble.Breakdance.AspNetCore.HttpClientHelpers

Breakdance.WebApi

Breakdance is a testing framework for managing the dangerous dance of shipping public APIs. This package contains helper classes for testing any WebAPI endpoint. These classes make it super easy to craft HTTP requests to your API at test time. Commonly used types: System.Net.Http.HttpClient

Chattel

Chattel is a library for connecting to, and gathering assets from, asset servers for Halcyon-based virtual world grids

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.0.0 1,203 3/16/2024
3.0.6 206,965 6/25/2022
3.0.2 206,741 5/5/2021
3.0.1 7,199 2/25/2021
3.0.0 20,559 11/2/2020
2.8.2 598,929 10/2/2020
2.8.0 176,115 7/24/2018
2.7.1 501,914 6/30/2018

2.0.0 - BREAKING CHANGES: https://github.com/tmenier/Flurl/wiki/Release-Notes
1.1.2 - Fix net461 target (github #74)
1.1.1 - Packaging fix
1.1.0 - .NET Core support (github #61, thx @kroniak)
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.