Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

488,801

Downloads of v 8.11.157.0:

885

Last Update:

17 Dec 2018

Package Maintainer(s):

Software Author(s):

  • NewRelic

Tags:

newrelic-dotnet newrelic dotnet .net

New Relic .NET Agent

This is not the latest version of New Relic .NET Agent available.

  • 1
  • 2
  • 3

8.11.157.0 | Updated: 17 Dec 2018

Downloads:

488,801

Downloads of v 8.11.157.0:

885

Software Author(s):

  • NewRelic

New Relic .NET Agent 8.11.157.0

This is not the latest version of New Relic .NET Agent available.

Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by NewRelic. The inclusion of NewRelic trademark(s), if any, upon this webpage is solely to identify NewRelic goods or services and not for commercial purposes.

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install New Relic .NET Agent, run the following command from the command line or from PowerShell:

>

To upgrade New Relic .NET Agent, run the following command from the command line or from PowerShell:

>

To uninstall New Relic .NET Agent, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade newrelic-dotnet -y --source="'INTERNAL REPO URL'" --version="'8.11.157.0'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade newrelic-dotnet -y --source="'INTERNAL REPO URL'" --version="'8.11.157.0'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install newrelic-dotnet
  win_chocolatey:
    name: newrelic-dotnet
    version: '8.11.157.0'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'newrelic-dotnet' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '8.11.157.0'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller newrelic-dotnet
{
    Name     = "newrelic-dotnet"
    Version  = "8.11.157.0"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'newrelic-dotnet':
  ensure   => '8.11.157.0',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved as a trusted package on 18 Dec 2018.

Description

New Relic .NET Agent that allows you to monitor your .NET application. Package has following parameters:

--params "'license_key=YOUR_LICENSE_KEY'" # Specify Your NewRelic license key
--params "'restartiis=true'" # (Optional) Stop IIS service, install package, start IIS after.
--params "'license_key=YOUR_LICENSE_KEY;restartiis=true'" # Specify License key and handle IIS restarts.


binaries\newrelic-agent-win-x64-8.11.157.0.msi
md5: 0F64609291E2500ABA0B2A435FE15589 | sha1: 1F2D0B606EA1DFD1C1758D921F83BD9BE0064E32 | sha256: 59C2C97769DC018305E530CD8C4632010B1A43ED2E1914E3D463C1F9AFA41297 | sha512: 3B9DA5633072A6491A80DFA0B2E21B86D8A1A11F80A65EAF5D68D84898C68686656B8E4D01B93714F0AEFF8129005CD2741C9BF7FE0741946FDDFDB372923C7E
binaries\newrelic-agent-win-x86-8.11.157.0.msi
md5: 91E02B84C8A74C9BE135A2997D539D0E | sha1: C6B669529552C1C9821FE231B836244D47F98258 | sha256: 664BE222B27AEA0A3F9EB0F3A67826B91F633F5C4933AC8F79A0ACB07E57A910 | sha512: 5D6AD3928C49C26F8B4FDE7BE634F9D28D6EB5DD93CB0D368EC5F556C7470245335E14584ED184BE6122401C677D1D109FE5A716910CBBBE8601579B4B67B193
License.txt
----------------------------------------------------------------

This product includes 'Autofac' (https://autofac.org/), which is released under the following license(s):
    MIT <https://github.com/autofac/Autofac/blob/master/LICENSE>

----------------------------------------------------------------

This product includes 'Castle.Windsor' (http://www.castleproject.org/), which is released under the following license(s):
    Apache License, Version 2.0 <http://opensource.org/licenses/Apache-2.0>

----------------------------------------------------------------

This product includes 'Dongle.Net' (https://github.com/webbers/dongle.net), which is released under the following license(s):
    MIT <https://github.com/webbers/dongle.net/blob/master/MIT-LICENSE.txt>

----------------------------------------------------------------

This product includes 'JetBrains.Annotations' (https://www.nuget.org/packages/JetBrains.Annotations), which is released under the following license(s):
    MIT <https://raw.githubusercontent.com/JetBrains/ExternalAnnotations/master/LICENSE.md>

----------------------------------------------------------------

This product includes 'Log4net' (http://logging.apache.org/log4net), which is released under the following license(s):
    Apache Version 2.0 <http://logging.apache.org/log4net/license.html>

----------------------------------------------------------------

This product includes 'Microsoft .Net Core' (https://github.com/dotnet/coreclr), which is released under the following license(s):
    MIT <https://raw.githubusercontent.com/dotnet/coreclr/master/LICENSE.TXT>

----------------------------------------------------------------

This product includes 'MongoDB Driver for .NET' (https://github.com/mongodb/mongo-csharp-driver), which is released under the following license(s):
    Apache License, Version 2.0 <https://github.com/mongodb/mongo-csharp-driver/blob/master/License.txt>

----------------------------------------------------------------

This product includes 'Newtonsoft.Json' (https://www.nuget.org/packages/Newtonsoft.Json/), which is released under the following license(s):
    MIT <https://raw.githubusercontent.com/JamesNK/Newtonsoft.Json/master/LICENSE.md>

----------------------------------------------------------------

This product includes 'RapidXml' (http://rapidxml.sourceforge.net/), which is released under the following license(s):
    MIT <http://rapidxml.sourceforge.net/license.txt>

----------------------------------------------------------------

This product includes 'SharpZLib' (http://www.icsharpcode.net/opensource/sharpziplib), which is released under the following license(s):
    GNU Classpath <https://github.com/icsharpcode/SharpZipLib/blob/master/LICENSE.txt>

----------------------------------------------------------------

This product includes 'SystemWrapper' (http://systemwrapper.codeplex.com/), which is released under the following license(s):
    Microsoft Public License <http://systemwrapper.codeplex.com/license>

----------------------------------------------------------------

All other components of this product are: Copyright (c) 2010-2018 New Relic, Inc. All rights reserved.

Certain inventions disclosed in this file may be claimed within patents owned or patent applications
filed by New Relic, Inc. or third parties. Subject to the terms of this notice, New Relic grants you
a nonexclusive, nontransferable license, without the right to sublicense, to (a) install and execute
one copy of these files on any number of workstations owned or controlled by you and (b) distribute
verbatim copies of these files to third parties. As a condition to the foregoing grant, you must
provide this notice along with each copy you distribute and you must not remove, alter, or obscure
this notice.

All other use, reproduction, modification, distribution, or other exploitation of these
files is strictly prohibited, except as may be set forth in a separate written license agreement
between you and New Relic. The terms of any such license agreement will control over this notice. The
license stated above will be automatically terminated and revoked if you exceed its scope or violate
any of the terms of this notice.

This License does not grant permission to use the trade names, trademarks, service marks, or product
names of New Relic, except as required for reasonable and customary use in describing the origin of
this file and reproducing the content of this notice. You may not mark or brand this file with any
trade name, trademarks, service marks, or product names other than the original brand (if any) provided
by New Relic.

Unless otherwise expressly agreed by New Relic in a separate written license agreement, these files
are provided AS IS, WITHOUT WARRANTY OF ANY KIND, including without any implied warranties of
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, or NON-INFRINGEMENT. As a condition to your
use of these files, you are solely responsible for such use. New Relic will have no liability to you
for direct, indirect, consequential, incidental, special, or punitive damages or for lost profits or
data.
tools\chocolateyInstall.ps1
$package = 'newrelic-dotnet'

$launch_path = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$choco_params = @{
  PackageName = $package;
  FileType       = 'msi';
  SilentArgs     = '/qb INSTALLLEVEL=50'
  file           = "$launch_path\..\binaries\newrelic-agent-win-x86-8.11.157.0.msi";
  file64         = "$launch_path\..\binaries\newrelic-agent-win-x64-8.11.157.0.msi";
  checksum       = '664BE222B27AEA0A3F9EB0F3A67826B91F633F5C4933AC8F79A0ACB07E57A910'
  checksumType   = 'sha256'
  checksum64     = '59C2C97769DC018305E530CD8C4632010B1A43ED2E1914E3D463C1F9AFA41297'
  checksumType64 = 'sha256'
  ValidExitCodes = @(0)
}
$restartiis = $false

if (![string]::IsNullOrEmpty($env:chocolateyPackageParameters))
{
  if ($env:chocolateyPackageParameters.ToLower().Contains("restartiis") -or $env:chocolateyPackageParameters.ToLower().Contains("license_key"))
  {    
    # Getting Parameters
    $rawTxt =  [regex]::escape($env:chocolateyPackageParameters)
    $params = $($rawTxt -split ';' | ForEach-Object {
      $temp= $_ -split '='
      "{0}={1}" -f $temp[0].Substring(0,$temp[0].Length),$temp[1]
    } | ConvertFrom-StringData)

    if ($params.restartiis -eq 'true')
    {      
      Write-Host "Found 'restartiis' parameter enabled."
      $restartiis = $true
    }
    else
    {
      $restartiis = $false
    }
    
    if (![string]::IsNullOrEmpty($params.license_key))
    {        
      # Passing License key
      $choco_params['SilentArgs'] = $choco_params['SilentArgs'] + " NR_LICENSE_KEY=" + $params.license_key      
    }
    else
    {
      Write-Warning "No New Relic license key specified. Please use -params 'license_key=<newrelic_key>' or alternatively specify it manually after installation."
    }
  }
  else
  {
    Write-Warning "No New Relic license key specified. Please use -params 'license_key=<newrelic_key>' or alternatively specify it manually after installation."
  }
}
else
{
  Write-Warning "No New Relic license key specified. Please use -params 'license_key=<newrelic_key>' or alternatively specify it manually after installation."
}

try { #error handling is only necessary if you need to do anything in addition to/instead of the main helpers
  
  if ($restartiis)
  {
    # Stop IIS before installing
    $ServiceName = "W3SVC"
    $service = Get-Service "$ServiceName" -ErrorAction SilentlyContinue
    if ($service -ne $null)
    {
      
        Write-Host $($ServiceName + " service will be stopped")

        Stop-Service $ServiceName
         
        Write-Output "Sleeping for $sleep_timeout seconds"  
        
        $i = 0
        while (!(Get-Service $ServiceName | Where-Object {$_.status -eq "stopped"}))
        {  
          
          Write-Output "Waiting for ${ServiceName} to be stopped"    
          if ($i -gt $sleep_timeout)
          {
            throw "Can't wait for ${ServiceName} to be stopped. Took longer than ${sleep_timeout}s: Timeout"
          }
          Write-Output "[$i]"
          Start-Sleep -s 1
          $i++
        }
        Write-Output "${ServiceName} is stopped. Continue."
        
        Install-ChocolateyPackage @choco_params
        
        Write-Host "Configuring $ServiceName to autostart"
        
        Set-Service $ServiceName -startuptype "auto"
        
        Write-Host $("Starting "+$ServiceName+" service")
        Start-Service $ServiceName
    }
    else
    {  
      Write-Output "No ${ServiceName} service found. Nothing to restart. Continue."
      Install-ChocolateyPackage @choco_params
    }
  }
  else
  {  
    Write-Warning "IIS will not be restarted. Please do so manually. In order to stop & start IIS automatically use parameter: -params 'restartiis=true'. "    
    Install-ChocolateyPackage @choco_params
  }
  
} catch {
  Write-ChocolateyFailure "$packageName" "$($_.Exception.Message)"
  throw
}
tools\chocolateyUninstall.ps1
$package = 'newrelic-dotnet' # arbitrary name for the package, used in messages
$ProductCode_x86 = '{54ED796A-17FD-4961-972A-C03F4F569833}'
$ProductCode_x64 = '{875165E7-9D82-460C-A474-7D3AECB7C64D}'

if( `
  (Test-Path "HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\$ProductCode_x86") -or `
  (Test-Path "HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\$ProductCode_x86") `
){
  try {
    # http://stackoverflow.com/questions/450027/uninstalling-an-msi-file-from-the-command-line-without-using-msiexec
    $msiArgs = "/X $ProductCode_x86 /qb"
  
    Start-ChocolateyProcessAsAdmin "$msiArgs" 'msiexec'

    Write-ChocolateySuccess $package
  } catch {
    Write-ChocolateyFailure $package "$($_.Exception.Message)"
    throw
  }
}

if( `
  (Test-Path "HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\$ProductCode_x64") -or `
  (Test-Path "HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\$ProductCode_x64") `
){
  try {
    # http://stackoverflow.com/questions/450027/uninstalling-an-msi-file-from-the-command-line-without-using-msiexec
    $msiArgs = "/X $ProductCode_x64 /qb"

    Start-ChocolateyProcessAsAdmin "$msiArgs" 'msiexec'

    Write-ChocolateySuccess $package
  } catch {
    Write-ChocolateyFailure $package "$($_.Exception.Message)"
    throw
  }
}
tools\VERIFICATION.txt
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
 
This package is published by NewRelic itself. The binaries are 
identical to the published by NewRelic. Which can be seen at
https://download.newrelic.com/dot_net_agent/release/

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
New Relic .NET Agent 10.29.0 3429 Wednesday, August 21, 2024 Approved
New Relic .NET Agent 10.28.0 2282 Tuesday, August 6, 2024 Approved
New Relic .NET Agent 10.27.0 1086 Wednesday, July 31, 2024 Approved
New Relic .NET Agent 10.25.1 26052 Tuesday, June 4, 2024 Approved
New Relic .NET Agent 10.25.0 7892 Thursday, May 23, 2024 Approved
New Relic .NET Agent 10.24.0 3775 Wednesday, May 8, 2024 Approved
New Relic .NET Agent 10.23.1 3725 Thursday, April 25, 2024 Approved
New Relic .NET Agent 10.23.0 4776 Wednesday, April 3, 2024 Approved
New Relic .NET Agent 10.22.0 5567 Friday, March 22, 2024 Approved
New Relic .NET Agent 10.21.1 30 Monday, March 11, 2024 Approved
New Relic .NET Agent 10.21.0 8340 Wednesday, February 28, 2024 Approved
New Relic .NET Agent 10.20.2 11296 Thursday, January 18, 2024 Approved
New Relic .NET Agent 10.20.1 8156 Thursday, December 14, 2023 Approved
New Relic .NET Agent 10.20.0 2277 Saturday, December 9, 2023 Approved
New Relic .NET Agent 10.19.2 7847 Friday, November 10, 2023 Approved
New Relic .NET Agent 10.19.0 1923 Wednesday, November 8, 2023 Approved
New Relic .NET Agent 10.18.0 5228 Wednesday, October 18, 2023 Approved
New Relic .NET Agent 10.17.0 4641 Tuesday, September 26, 2023 Approved
New Relic .NET Agent 10.16.0 5622 Wednesday, September 13, 2023 Approved
New Relic .NET Agent 10.15.0 6544 Wednesday, August 30, 2023 Approved
New Relic .NET Agent 10.14.0 6213 Wednesday, August 9, 2023 Approved
New Relic .NET Agent 10.13.0 5980 Wednesday, July 19, 2023 Approved
New Relic .NET Agent 10.12.1 5388 Tuesday, June 27, 2023 Approved
New Relic .NET Agent 10.12.0 814 Tuesday, June 27, 2023 Approved
New Relic .NET Agent 10.11.0 5024 Wednesday, June 7, 2023 Approved
New Relic .NET Agent 10.10.0 16600 Thursday, April 27, 2023 Approved
New Relic .NET Agent 10.9.0 15522 Wednesday, March 29, 2023 Approved
New Relic .NET Agent 10.8.0 8966 Wednesday, March 15, 2023 Approved
New Relic .NET Agent 10.7.0 16354 Wednesday, February 15, 2023 Approved
New Relic .NET Agent 10.6.0 10143 Wednesday, January 25, 2023 Approved
New Relic .NET Agent 10.5.1 2191 Thursday, January 19, 2023 Approved
New Relic .NET Agent 10.5.0 2527 Friday, January 13, 2023 Approved
New Relic .NET Agent 10.4.0 9877 Wednesday, December 7, 2022 Approved
New Relic .NET Agent 10.3.0 16254 Thursday, October 27, 2022 Approved
New Relic .NET Agent 10.2.0 7826 Friday, October 7, 2022 Approved
New Relic .NET Agent 10.0.0 21801 Thursday, July 28, 2022 Approved
New Relic .NET Agent 9.9.0.0 15561 Thursday, June 9, 2022 Approved
New Relic .NET Agent 9.8.1.0 6204 Friday, May 20, 2022 Approved
New Relic .NET Agent 9.8.0.0 8866 Friday, May 6, 2022 Approved
New Relic .NET Agent 9.7.1.0 3764 Thursday, April 14, 2022 Approved
New Relic .NET Agent 9.7.0.0 2131 Tuesday, April 5, 2022 Approved
New Relic .NET Agent 9.6.0.0 5059 Friday, February 25, 2022 Approved
New Relic .NET Agent 9.5.1.0 2989 Friday, February 4, 2022 Approved
New Relic .NET Agent 9.5.0.0 639 Wednesday, February 2, 2022 Approved
New Relic .NET Agent 9.4.0.0 572 Monday, January 31, 2022 Approved
New Relic .NET Agent 9.2.0.0 6444 Friday, November 19, 2021 Approved
New Relic .NET Agent 9.1.1.0 2077 Wednesday, November 3, 2021 Approved
New Relic .NET Agent 9.1.0.0 541 Wednesday, October 27, 2021 Approved
New Relic .NET Agent 9.0.0.0 2084 Thursday, September 16, 2021 Approved
New Relic .NET Agent 8.41.1.0 1651 Thursday, August 26, 2021 Approved
New Relic .NET Agent 8.41.0.0 1696 Saturday, July 24, 2021 Approved
New Relic .NET Agent 8.40.1.0 1650 Wednesday, July 14, 2021 Approved
New Relic .NET Agent 8.40.0.0 2354 Wednesday, June 9, 2021 Approved
New Relic .NET Agent 8.39.2.0 1401 Friday, May 21, 2021 Approved
New Relic .NET Agent 8.39.0.0 5124 Thursday, February 11, 2021 Approved
New Relic .NET Agent 8.38.0.0 1919 Wednesday, January 27, 2021 Approved
New Relic .NET Agent 8.37.0.0 1686 Friday, January 8, 2021 Approved
New Relic .NET Agent 8.36.0.0 1781 Wednesday, December 9, 2020 Approved
New Relic .NET Agent 8.35.0.0 1742 Wednesday, November 11, 2020 Approved
New Relic .NET Agent 8.33.0.0 1550 Monday, October 12, 2020 Approved
New Relic .NET Agent 8.32.0.0 1817 Thursday, September 17, 2020 Approved
New Relic .NET Agent 8.31.0.0 2473 Monday, August 17, 2020 Approved
New Relic .NET Agent 8.30.0.0 4031 Thursday, July 16, 2020 Approved
New Relic .NET Agent 8.29.0.0 5136 Friday, June 26, 2020 Approved
New Relic .NET Agent 8.28.0.0 2371 Friday, June 12, 2020 Approved
New Relic .NET Agent 8.27.139.0 7167 Thursday, April 30, 2020 Approved
New Relic .NET Agent 8.26.630.0 4190 Monday, April 20, 2020 Approved
New Relic .NET Agent 8.25.214.0 4343 Thursday, March 12, 2020 Approved
New Relic .NET Agent 8.24.244.0 553 Thursday, February 20, 2020 Approved
New Relic .NET Agent 8.23.107.0 1976 Wednesday, January 15, 2020 Approved
New Relic .NET Agent 8.22.181.0 2290 Friday, December 20, 2019 Approved
New Relic .NET Agent 8.21.34.0 3886 Thursday, November 14, 2019 Approved
New Relic .NET Agent 8.20.262.0 3755 Thursday, October 17, 2019 Approved
New Relic .NET Agent 8.19.353.0 3183 Tuesday, October 1, 2019 Approved
New Relic .NET Agent 8.18.241.0 4620 Monday, August 26, 2019 Approved
New Relic .NET Agent 8.17.438.0 6037 Monday, July 22, 2019 Approved
New Relic .NET Agent 8.16.567.0 2201 Tuesday, June 11, 2019 Approved
New Relic .NET Agent 8.15.455.0 1960 Monday, April 22, 2019 Approved
New Relic .NET Agent 8.14.222.0 1287 Tuesday, March 19, 2019 Approved
New Relic .NET Agent 8.13.798.0 1879 Tuesday, February 12, 2019 Approved
New Relic .NET Agent 8.12.216.0 885 Thursday, January 10, 2019 Approved
New Relic .NET Agent 8.11.157.0 885 Monday, December 17, 2018 Approved
New Relic .NET Agent 8.10.51.0 979 Friday, November 30, 2018 Approved
New Relic .NET Agent 8.9.130.0 995 Thursday, November 15, 2018 Approved
New Relic .NET Agent 8.8.83.0 2091 Wednesday, October 17, 2018 Approved
New Relic .NET Agent 8.7.75.0 1049 Wednesday, October 3, 2018 Approved
New Relic .NET Agent 8.6.45.0 2471 Tuesday, August 28, 2018 Approved
New Relic .NET Agent 8.5.186.0 1030 Thursday, August 16, 2018 Approved
New Relic .NET Agent 8.4.880.0 981 Monday, July 30, 2018 Approved
New Relic .NET Agent 8.3.360.0 1766 Tuesday, June 19, 2018 Approved
New Relic .NET Agent 8.2.216.0 2620 Wednesday, May 16, 2018 Approved
New Relic .NET Agent 8.1.712.0 1254 Tuesday, May 1, 2018 Approved
New Relic .NET Agent 8.1.709.0 1153 Thursday, April 19, 2018 Approved
New Relic .NET Agent 8.0.0.0 3279 Thursday, March 8, 2018 Approved
New Relic .NET Agent 7.1.229.0 4729 Wednesday, February 21, 2018 Approved
New Relic .NET Agent 7.0.2.0 13629 Tuesday, January 23, 2018 Approved
New Relic .NET Agent 6.26.0.0 590 Tuesday, September 15, 2020 Approved
New Relic .NET Agent 6.24.0.0 178 Monday, August 26, 2019 Approved
New Relic .NET Agent 6.21.0.0 398 Thursday, February 8, 2018 Approved
New Relic .NET Agent 6.20.166.0 3583 Monday, December 18, 2017 Approved
New Relic .NET Agent 6.19.330.0 1841 Thursday, November 30, 2017 Approved
New Relic .NET Agent 6.18.139.0 4130 Thursday, November 2, 2017 Approved
New Relic .NET Agent 6.17.387.0 1080 Tuesday, October 3, 2017 Approved
New Relic .NET Agent 6.16.178.0 705 Monday, August 28, 2017 Approved
New Relic .NET Agent 6.14.209.0 877 Wednesday, July 12, 2017 Approved
New Relic .NET Agent 6.13.366.0 616 Thursday, June 15, 2017 Approved
New Relic .NET Agent 6.12.71.0 625 Thursday, May 25, 2017 Approved
New Relic .NET Agent 6.12.64.0 448 Wednesday, May 17, 2017 Approved
New Relic .NET Agent 6.12.61.0 502 Thursday, May 11, 2017 Approved
New Relic .NET Agent 6.11.613.0 509 Thursday, May 4, 2017 Approved
New Relic .NET Agent 6.10.1.0 565 Wednesday, April 5, 2017 Approved
New Relic .NET Agent 6.9.62.0 710 Wednesday, March 22, 2017 Approved
New Relic .NET Agent 6.8.172.0 734 Thursday, March 2, 2017 Approved
New Relic .NET Agent 6.7.67.0 482 Friday, February 24, 2017 Approved
New Relic .NET Agent 6.6.5.0 681 Tuesday, January 24, 2017 Approved
New Relic .NET Agent 6.4.21.0 449 Wednesday, January 4, 2017 Approved
New Relic .NET Agent 6.3.123.0 474 Tuesday, November 22, 2016 Approved
New Relic .NET Agent 5.19.47 557 Thursday, May 5, 2016 Approved
New Relic .NET Agent 5.18.36 421 Monday, April 25, 2016 Approved
New Relic .NET Agent 5.11.53 429 Thursday, December 17, 2015 Approved
New Relic .NET Agent 5.10.59 366 Wednesday, December 9, 2015 Approved
New Relic .NET Agent 5.9.74 523 Friday, November 13, 2015 Approved
New Relic .NET Agent 5.8.28 420 Monday, October 19, 2015 Approved
New Relic .NET Agent 4.6.29 482 Wednesday, May 20, 2015 Approved
New Relic .NET Agent 4.4.60 409 Thursday, May 14, 2015 Approved
New Relic .NET Agent 4.3.123 453 Thursday, April 23, 2015 Approved
New Relic .NET Agent 4.2.185 484 Wednesday, April 1, 2015 Approved
New Relic .NET Agent 4.1.136 499 Sunday, March 29, 2015 Approved
New Relic .NET Agent 3.12.140 438 Thursday, February 26, 2015 Approved
New Relic .NET Agent 3.11.296 446 Friday, January 30, 2015 Approved
New Relic .NET Agent 3.10.43.11210859 613 Friday, November 21, 2014 Approved
New Relic .NET Agent 3.10.43.11210858 386 Friday, November 21, 2014 Approved
New Relic .NET Agent 3.9.146.10301600 558 Thursday, October 30, 2014 Approved
New Relic .NET Agent 3.7.135.09291807 481 Tuesday, September 30, 2014 Approved
New Relic .NET Agent 3.6.177.09151155 499 Monday, September 15, 2014 Approved

This package has no dependencies.

Discussion for the New Relic .NET Agent Package

Ground Rules:

  • This discussion is only about New Relic .NET Agent and the New Relic .NET Agent package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or New Relic .NET Agent, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus