Zipkin4RestSharp 0.1.2.1

dotnet add package Zipkin4RestSharp --version 0.1.2.1
                    
NuGet\Install-Package Zipkin4RestSharp -Version 0.1.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="Zipkin4RestSharp" Version="0.1.2.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Zipkin4RestSharp" Version="0.1.2.1" />
                    
Directory.Packages.props
<PackageReference Include="Zipkin4RestSharp" />
                    
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 Zipkin4RestSharp --version 0.1.2.1
                    
#r "nuget: Zipkin4RestSharp, 0.1.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.
#addin nuget:?package=Zipkin4RestSharp&version=0.1.2.1
                    
Install Zipkin4RestSharp as a Cake Addin
#tool nuget:?package=Zipkin4RestSharp&version=0.1.2.1
                    
Install Zipkin4RestSharp as a Cake Tool

Zipkin instrumentation for RestSharp based on the Zipkin.net library (Zipkin). It allows to automatically log every outgoing HTTP request into Zipkin, co-relating trace IDs.

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
0.1.2.1 4,745 12/12/2018
0.1.2 1,339 10/1/2018
0.1.1 1,049 9/27/2018
0.1.0 1,066 9/13/2018

Updated the dependency with System.Buffers in order to make it more flexible to different versions.