forked from cdhunt/NewRelicWindowsServerAgent
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNewRelicWindowsServerAgent.nuspec
More file actions
22 lines (22 loc) · 1.08 KB
/
Copy pathNewRelicWindowsServerAgent.nuspec
File metadata and controls
22 lines (22 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>NewRelicWindowsServerAgent</id>
<version>3.2.6.0</version>
<authors>New Relic, Inc</authors>
<owners>Chris Hunt,Pat O'Shea</owners>
<projectUrl>https://docs.newrelic.com/docs/servers/new-relic-servers-windows/installation-configuration/installing-new-relic-servers-windows/</projectUrl>
<iconUrl>http://newrelic.com/assets/newrelic/source/NewRelic-logo-square.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>The New Relic Servers product provides an easy, interactive installation utility to handle most of the setup automatically for Windows server monitoring.</description>
<summary />
<language>en-US</language>
<tags>new relic server agent</tags>
<dependencies>
<dependency id="DotNet4.0" />
</dependencies>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>