Vostok.ClusterClient.Transport.Core50
1.0.0
Prefix Reserved
dotnet add package Vostok.ClusterClient.Transport.Core50 --version 1.0.0
NuGet\Install-Package Vostok.ClusterClient.Transport.Core50 -Version 1.0.0
<PackageReference Include="Vostok.ClusterClient.Transport.Core50" Version="1.0.0" />
paket add Vostok.ClusterClient.Transport.Core50 --version 1.0.0
#r "nuget: Vostok.ClusterClient.Transport.Core50, 1.0.0"
// Install Vostok.ClusterClient.Transport.Core50 as a Cake Addin #addin nuget:?package=Vostok.ClusterClient.Transport.Core50&version=1.0.0 // Install Vostok.ClusterClient.Transport.Core50 as a Cake Tool #tool nuget:?package=Vostok.ClusterClient.Transport.Core50&version=1.0.0
Package Description
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. 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. |
-
net5.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 492 | 12/23/2020 |
1.0.0-pre000201 | 222 | 9/3/2021 |
1.0.0-pre000115 | 110 | 6/23/2023 |
1.0.0-pre000113 | 101 | 6/22/2023 |
1.0.0-pre000112 | 104 | 6/22/2023 |
1.0.0-pre000091 | 118 | 3/28/2023 |
1.0.0-pre000086 | 133 | 3/23/2023 |
1.0.0-pre000081 | 128 | 3/20/2023 |
1.0.0-pre000079 | 131 | 3/20/2023 |
1.0.0-pre000078 | 131 | 3/20/2023 |
1.0.0-pre000077 | 134 | 3/20/2023 |
1.0.0-pre000075 | 123 | 3/20/2023 |
1.0.0-pre000061 | 126 | 12/9/2022 |
1.0.0-pre000056 | 125 | 12/7/2022 |
1.0.0-pre000053 | 188 | 9/14/2022 |
1.0.0-pre000051 | 133 | 9/5/2022 |
1.0.0-pre000048 | 151 | 7/27/2022 |
1.0.0-pre000047 | 143 | 6/15/2022 |
1.0.0-pre000045 | 136 | 6/15/2022 |
1.0.0-pre000044 | 154 | 6/14/2022 |
1.0.0-pre000039 | 157 | 4/5/2022 |
1.0.0-pre000037 | 147 | 4/5/2022 |
1.0.0-pre000036 | 155 | 4/5/2022 |
1.0.0-pre000030 | 181 | 12/20/2021 |
1.0.0-pre000028 | 460 | 12/8/2021 |
1.0.0-pre000025 | 184 | 12/4/2021 |
1.0.0-pre000023 | 189 | 12/3/2021 |
1.0.0-pre000022 | 176 | 11/27/2021 |
1.0.0-pre000021 | 182 | 11/27/2021 |
1.0.0-pre000020 | 1,560 | 11/26/2021 |
1.0.0-pre000019 | 1,933 | 11/26/2021 |
1.0.0-pre000018 | 4,987 | 11/24/2021 |
1.0.0-pre000017 | 5,839 | 11/24/2021 |
1.0.0-pre000016 | 190 | 11/23/2021 |
1.0.0-pre000015 | 188 | 11/12/2021 |
## 0.1.16 (23.12.2020):
Added support for UTF-8 header values on .NET 5+
## 0.1.15 (10.12.2020):
Fixed NRE in ssl options configuration.
## 0.1.14 (30.10.2020):
Fixed lost headers on SocketTuningContent creation.
## 0.1.13 (29.04.2020):
Fixed SocketsTransport not being able to read response bodies larger than 2 GB when response does not use chunked transfer encoding.
## 0.1.12 (03.03.2020):
* Gathered all transport implementations in this module + retargeted everything to netstandard2.0.
* UniversalTransport no longer breaks down after ILRepack.
## 0.1.11 (04.02.2020):
* Improved detection of connection errors in SocketTransport.
* Implemented https://github.com/vostok/clusterclient.transport/issues/1
## 0.1.10 (18.01.2020)
Incorporated latest changes in SocketTransport (0.1.7) and WebRequestTransport (0.1.7).
## 0.1.9 (07.12.2019)
Incorporated changes from release 0.1.6 of SocketTransport.
## 0.1.8 (04.12.2019)
Explicitly disabled ARP cache warmup for WebRequestTransport and SocketTransport implementations.
## 0.1.7 (15-08-2019):
Fixed reception of Content-Length header without body in response to a HEAD request.
## 0.1.6 (14-08-2019):
Fixed a bug where a network error while reading content could cause the transport to return a response with headers or partial body.
## 0.1.5 (20-03-2019):
UniversalTransportSettings now expose a configurable response buffer factory function.
## 0.1.3 (03-03-2019):
UniversalTransport now supports composite request bodies.
## 0.1.2 (06-02-2019):
Added SetupUniversalTransport() extension for IClusterClientConfiguration.
## 0.1.1 (04-02-2019):
Fixed NuGet package for .NET Core broken due to a mix of Cement and NuGet references.
## 0.1.0 (04-02-2019):
Initial prerelease.