WebJobs.ApplicationInsightsTracer 0.0.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package WebJobs.ApplicationInsightsTracer --version 0.0.4
NuGet\Install-Package WebJobs.ApplicationInsightsTracer -Version 0.0.4
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="WebJobs.ApplicationInsightsTracer" Version="0.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WebJobs.ApplicationInsightsTracer --version 0.0.4
#r "nuget: WebJobs.ApplicationInsightsTracer, 0.0.4"
#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 WebJobs.ApplicationInsightsTracer as a Cake Addin
#addin nuget:?package=WebJobs.ApplicationInsightsTracer&version=0.0.4

// Install WebJobs.ApplicationInsightsTracer as a Cake Tool
#tool nuget:?package=WebJobs.ApplicationInsightsTracer&version=0.0.4

An Application Insights tracer extension for the WebJob SDK

Product Compatible and additional computed target framework versions.
.NET Framework net46 is compatible.  net461 was computed.  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.2.0 2,712 7/24/2017
0.1.0 1,743 2/25/2017
0.0.4 1,505 11/7/2016
0.0.3 1,454 10/25/2016
0.0.2 1,433 10/22/2016
0.0.1 1,462 10/22/2016

Version 0.0.4 changes:
- Fixed Dispose failure on null reference pointer
     
Version 0.0.3 changes:
- Added TelemetryClient as a parameter in the AITracerConfiguration attribute
     
Version 0.0.2 changes:
- Added operation handling

Version 0.0.1 changes:
- Initial release