NewRelic.Azure.WebSites 2.20.24

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

// Install NewRelic.Azure.WebSites as a Cake Tool
#tool nuget:?package=NewRelic.Azure.WebSites&version=2.20.24

Go to New Relic to sign up and get your license key at http://newrelic.com/ or you can get a license key through the Windows Azure management portal via Add-On store.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.4.60 834 4/29/2015
4.3.123 1,119 4/16/2015
4.2.185 1,504 3/31/2015
4.1.136 2,579 3/18/2015
4.1.134 973 3/17/2015
3.12.140 1,556 2/19/2015
3.11.296 1,909 1/26/2015
3.10.43 4,277 11/21/2014
3.9.146 1,310 10/29/2014
3.8.1 2,874 10/1/2014
3.7.135 684 9/26/2014
3.6.177 1,475 8/27/2014
3.5.107 285 8/19/2014
3.4.24 4,674 7/24/2014
3.3.38 343 7/11/2014
3.1.65 1,035 6/20/2014
3.0.79 1,376 5/29/2014
2.25.208 4,147 4/23/2014
2.24.218 652 3/5/2014
2.23.2 161 2/5/2014
2.22.79 56 2/4/2014
2.21.84 370 1/23/2014
2.20.25 124 1/18/2014
2.20.24 73 1/9/2014
2.19.3 61 1/2/2014
2.18.35 58 12/27/2013
2.17.268 57 12/20/2013
2.17.266 56 12/19/2013
2.16.164 81 11/19/2013
2.15.186.1 96 10/25/2013
2.15.186 103 10/22/2013
2.14.53 57 10/11/2013
2.13.38 62 10/2/2013
2.12.146 72 9/13/2013
2.10.40 80 8/20/2013
2.9.135 60 8/13/2013
2.9.122 84 8/6/2013
2.9.107 61 7/30/2013
2.8.135 100 6/24/2013
2.8.89 59 6/13/2013
2.8.38.2 52 6/3/2013
2.7.61 54 5/16/2013
2.6.208 66 5/3/2013
2.6.206 55 5/2/2013
2.6.205 56 4/30/2013

Improvements

* Adds Windows Server Monitoring to the New Relic Azure Cloud Services nuget package.  Now when users add or update the nuget package on their cloud service projects and deploy they will begin getting all of the data and benefits of Windows Server monitoring. Thanks [Steven Kuhn](https://github.com/chartek) for the contribution!

Fixes

* Fixes a bug during metrics harvest where a race condition might throw an exception.
* Browser monitoring has been enhanced to allow for easier inclusion of features in client-side profiling. The agent now only injects javascript in the page header or, in the event that no head section exists, immediately before the opening body tag. In addition, the algorithm for identifying the insertion point has been improved.