Fen.Client
6.4.1
See the version list below for details.
dotnet add package Fen.Client --version 6.4.1
NuGet\Install-Package Fen.Client -Version 6.4.1
<PackageReference Include="Fen.Client" Version="6.4.1" />
paket add Fen.Client --version 6.4.1
#r "nuget: Fen.Client, 6.4.1"
// Install Fen.Client as a Cake Addin #addin nuget:?package=Fen.Client&version=6.4.1 // Install Fen.Client as a Cake Tool #tool nuget:?package=Fen.Client&version=6.4.1
Standardized HttpClient conventions, from the opinions of the Fulfiller Enablement team.
Product | Versions 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 | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. 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 was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- AWSXRayRecorder.Handlers.System.Net (>= 2.5.0)
- Microsoft.AspNet.WebApi.Client (>= 5.2.7)
- Microsoft.Extensions.Caching.Memory (>= 2.1.2)
- Microsoft.Extensions.Caching.Redis (>= 2.1.2)
- Microsoft.Extensions.Http (>= 2.1.1)
- Microsoft.Extensions.Logging (>= 2.1.1)
- Microsoft.Extensions.Options (>= 2.1.1)
- Microsoft.Net.Http.Headers (>= 2.1.1)
- Sprache (>= 2.2.0)
- Tiger.Challenge (>= 2.0.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Fen.Client:
Package | Downloads |
---|---|
Fen.Coam
Standardized COAM conventions, from the opinions of the Fulfiller Enablement team. |
|
Fen.Client.Prepress
Standardized HttpClient conventions for Prepress services, from the opinions of the Fulfiller Enablement team. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
9.1.0 | 2,474 | 1/23/2023 |
9.0.0 | 2,790 | 4/19/2022 |
9.0.0-pre4 | 692 | 4/14/2022 |
9.0.0-pre3 | 585 | 4/13/2022 |
9.0.0-pre2 | 602 | 4/12/2022 |
9.0.0-pre1 | 639 | 4/8/2022 |
8.0.2 | 5,559 | 1/26/2021 |
8.0.1 | 1,080 | 1/25/2021 |
8.0.0 | 1,083 | 1/22/2021 |
7.0.0 | 6,286 | 10/31/2019 |
6.4.2 | 11,497 | 5/28/2019 |
6.4.1 | 1,576 | 5/3/2019 |
6.4.0 | 4,906 | 2/18/2019 |
6.3.0 | 1,487 | 1/30/2019 |
6.2.1 | 1,585 | 12/11/2018 |
6.1.0 | 32,632 | 10/11/2018 |
6.1.0-pre1 | 1,095 | 10/8/2018 |
6.0.1 | 8,877 | 8/20/2018 |
6.0.0 | 3,933 | 8/17/2018 |
5.0.0 | 1,655 | 7/26/2018 |
4.0.2 | 63,448 | 7/12/2018 |
4.0.1 | 2,299 | 6/7/2018 |
4.0.0 | 1,409 | 6/6/2018 |
4.0.0-preview2 | 1,303 | 6/6/2018 |
4.0.0-preview1 | 1,310 | 6/6/2018 |
3.0.0 | 3,069 | 5/15/2018 |
2.0.0 | 13,399 | 1/26/2018 |
1.0.1 | 5,665 | 12/12/2017 |
➟ Release 6.4.1
⁃ The lifetime of the injected `MediaTypeFormatterCollection` has been made transient, due to its mutability.
➟ Release 6.4.0
⁃ AWS X-Ray dependencies have been upgraded to a stable release.
⁃ An extension method has been added allowing Redis distributed cache configuration to be combined from multiple parts.
➟ Release 6.3.0
⁃ The secondary caching based on service audience has been removed due to implementation difficulty.
➟ Release 6.2.1
⁃ The caching period for tokens has been fudged.
➟ Release 6.2.0
⁃ The library now contains a deserialization target for response bodies associated with Content-Type "application/problem+json".
⁃ This is the client-side dual to the type `Microsoft.AspNetCore.Mvc.ProblemDetails`.
➟ Release 6.1.0
⁃ Bug fixes from upstream libraries have been incorporated.
⁃ Caching is smarter, following OIDC semantics.
➟ Release 6.0.1
⁃ A utility extension method has been made public.
➟ Release 6.0.0
⁃ X-Ray tracing has been added as a default member of the delegating handler stack.
⁃ The library now can be used more like `Microsoft.Extensions.Http`.