NewRelicWindowsAzure 2.12.146

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

// Install NewRelicWindowsAzure as a Cake Tool
#tool nuget:?package=NewRelicWindowsAzure&version=2.12.146

Make sure you go to New Relic first to sign up and get your key at http://newrelic.com/. Performance monitoring will never be the same after you do!  
           The package is available through your NuGet package manager and on the web at https://nuget.org/packages/NewRelicWindowsAzure  

           Set up:  
           1. install-package NewRelicWindowsAzure  
           2. The Package installer will prompt you for your NewRelic.AppName and your New Relic license key  

           Note: If you want to instrument more than one project in your solution, simply change the "Default project" in the package manager console and install the package

           Visit http://rpm.newrelic.com/ after your package deploy is complete to see your performance metrics.  

           For more information on what this package is doing go to: https://support.newrelic.com/help/kb/dotnet/installing-the-net-agent-on-azure

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,194 4/29/2015
4.3.123 1,245 4/16/2015
4.2.185 4,333 3/31/2015
4.1.136 1,460 3/18/2015
4.1.134 89 3/17/2015
3.12.140 2,866 2/19/2015
3.11.296 3,607 1/26/2015
3.10.43 9,676 11/21/2014
3.9.146 3,588 10/29/2014
3.8.1 7,968 10/1/2014
3.7.135 1,670 9/26/2014
3.6.177 3,127 8/27/2014
3.5.107 875 8/19/2014
3.4.24 1,827 7/24/2014
3.3.38 1,747 7/11/2014
3.2.113 541 6/30/2014
3.1.65 901 6/20/2014
3.0.79 2,149 5/29/2014
2.25.208 999 4/23/2014
2.24.218 2,542 3/5/2014
2.23.2 1,845 2/5/2014
2.22.79 68 2/4/2014
2.21.84 341 1/23/2014
2.20.25 433 1/18/2014
2.20.24 122 1/9/2014
2.19.3 194 1/2/2014
2.18.35 66 12/27/2013
2.17.268 68 12/20/2013
2.17.266 61 12/19/2013
2.16.164 1,308 11/19/2013
2.15.186 1,212 10/22/2013
2.14.53 109 10/11/2013
2.13.38 131 10/2/2013
2.12.146 227 9/13/2013
2.10.40 380 8/20/2013
2.9.135 76 8/14/2013
1.0.0.37 70 8/8/2013
1.0.0.36 1,375 7/3/2013
1.0.0.35 328 4/3/2013
1.0.0.33 92 3/8/2013
1.0.0.32 54 3/8/2013
1.0.0.31 53 2/27/2013
1.0.0.30 56 2/27/2013
1.0.0.29 75 11/30/2012
1.0.0.28 64 11/16/2012
1.0.0.27 71 11/13/2012
1.0.0.26 58 10/27/2012
1.0.0.24 56 10/23/2012
1.0.0.22 57 10/19/2012
1.0.0.21 55 10/17/2012
1.0.0.20 57 10/16/2012
1.0.0.19 61 8/31/2012
1.0.0.18 57 8/28/2012
1.0.0.17 62 8/9/2012
1.0.0.16 59 6/12/2012
1.0.0.15 59 6/11/2012
1.0.0.14 58 6/6/2012
1.0.0.13 55 6/3/2012
1.0.0.12 58 5/22/2012
1.0.0.11 56 5/18/2012
1.0.0.10 55 5/14/2012
1.0.0.9 57 5/11/2012
1.0.0.8 54 5/4/2012
1.0.0.5 54 5/2/2012
1.0.0.4 55 5/2/2012
1.0.0.3 57 11/10/2011
1.0.0.2 56 8/31/2011
1.0.0.1 60 8/31/2011

Fixes

* Fixes an issue where content-type was being explicitly checked for "text/HTML."  In some frameworks, such as NancyFX (http://nancyfx.org/), the charset was being added to the content-type before the New Relic HTTP module was loaded which caused the explicit check to fail and the RUM header and footer to not be added to the pages.
* Fixes an issue when the application results in a status code 404 or greater the metrics would be reported for the page not found instead of recording metrics for the 404 itself.  This change also addresses an issue where assets such as png, css, js and so on would have metrics recorded for each individual asset instead of rolling them up into the appropriate asset group, such as *.png or *.css.  Finally there were other metric grouping issues fixed where metrics were being named the custom route (such as /products/1) on some applications instead of using the name of the code asset that was doing the work to create the page (such as /products/productstemplate.aspx).
* Corrects functionality of the Status Monitor for IIS6 installations and applications running under sites other than DefaultWebSite.

New Features

* A thread profiler has been added to the .NET agent. The thread profiler is a low-impact profiling tool that can be used in production to identify bottlenecks in an application.

Improvements

* Log files now have windows style line endings so they display correctly in notepad.exe.
* The status monitor tray application will now prompt for elevation on launch rather than error at runtime when it doesn't have correct permissions.
* Azure Cloud Services nuget package : Modified the package so that when installing a new version it will attempt an upgrade if an existing agent is installed. (This feature requires Nuget v.2.6+ which prompts the user to overwrite existing / modified files - the newrelic.cmd must be overwritten to apply the new commands on the cloud service)
* Azure Cloud Services nuget package : The package now properly cleans up the environment variables out of the csdef when an uninstall or update occurs.
* Azure Cloud Services nuget package : For Worker Roles, the msiexec command in the newrelic.cmd file as been changed so that when the agent is installed it will install it for all CLR based applications.