Flurl.Signed 2.2.1

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.2.1
NuGet\Install-Package Flurl.Signed -Version 2.2.1
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.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Flurl.Signed --version 2.2.1
#r "nuget: Flurl.Signed, 2.2.1"
#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.2.1

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

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.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.4 is compatible.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid is compatible. 
MonoMac monomac was computed. 
MonoTouch monotouch is compatible. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Xamarin.iOS xamarinios is compatible. 
Xamarin.Mac xamarinmac is compatible. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
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 2,170 3/16/2024
3.0.6 212,181 6/25/2022
3.0.2 209,282 5/5/2021
3.0.1 7,240 2/25/2021
3.0.0 20,571 11/2/2020
2.8.2 609,077 10/2/2020
2.8.0 179,065 7/24/2018
2.7.1 509,796 6/30/2018

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
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.