NewRelicWindowsAzure 2.16.164

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

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

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 the agent was making calls to retrieve the SQL connection's database version unnecessarily. This issue may have caused some customer applications to unnecessarily hold onto database connections.
* Fixes an issue with the harvesting of AnalyticsEvents where a race condition would cause the collection of events to become invalid.

* Fixes a bug where generic exceptions were being reported with generic arguments which made it so they couldn't be ignored.
* Fixed a bug where attempting to add custom instrumentation for a parameterless overload of a method with parameterized overloads would result in all overloads of the method being instrumented.
* Added back support for custom instrumenting methods via parameters='void' in the exactMethodMatcher.  It is recommended you use the new way which is to simply leave the parameters attribute off of your exactMethodMatcher, but for those with existing instrumentation files using 'void' parameters that will once again work.