NewRelic.Azure.WebSites.x64 2.15.186

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

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

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 1,398 4/29/2015
4.3.123 1,623 4/16/2015
4.2.185 657 3/31/2015
4.1.136 721 3/18/2015
4.1.134 2,572 3/17/2015
3.12.140 2,624 2/19/2015
3.11.296 593 1/26/2015
3.10.43 6,524 11/21/2014
3.9.146 931 10/29/2014
3.8.1 1,679 10/1/2014
3.7.135 203 9/26/2014
3.6.177 1,170 8/27/2014
3.4.24 1,336 7/24/2014
3.3.38 200 7/11/2014
3.1.65 621 6/20/2014
3.0.79 1,794 5/29/2014
2.25.208 164 4/23/2014
2.24.218 167 3/5/2014
2.23.2 250 2/5/2014
2.22.79 57 2/4/2014
2.21.84 86 1/23/2014
2.20.25 60 1/18/2014
2.20.24 64 1/9/2014
2.19.3 65 1/2/2014
2.18.35 58 12/27/2013
2.17.268 71 12/20/2013
2.17.266 57 12/19/2013
2.16.164 96 11/19/2013
2.15.186.1 59 10/25/2013
2.15.186 59 10/22/2013
2.14.53 60 10/11/2013
2.13.38 61 10/2/2013
2.12.146 61 9/13/2013
2.10.40 68 8/20/2013
2.9.135 58 8/13/2013
2.9.122 54 8/6/2013
2.9.107 56 7/30/2013
2.8.135 53 6/24/2013

New Features

* Adds the ability to instrument processes from IIS Express which include Azure Compute Emulator, Web Matrix  and Visual Studio. By checking the "Instrument all .NET Applications" checkbox during the installation developers will now be able to get instrumentation on all web applications running as a hosted IISExpress process.

Fixes

* Fixes logging during the installation of the .NET Agent for when the installer looks for an existing license key and on cleanup methods.  Now when running installer using msiexec with options /i and /l*v it will now properly report the status of all installer actions in the log output.
* Fixed a bug that would cause a stack overflow if you tried to instrument a generic method with multiple instantiations.