-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLogForwarder.nuspec
More file actions
26 lines (26 loc) · 1.1 KB
/
LogForwarder.nuspec
File metadata and controls
26 lines (26 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0"?>
<package>
<metadata>
<id>LogForwarder</id>
<title>Log Forwarder</title>
<version>1.0.0</version>
<authors>renzo_rs</authors>
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>https://github.com/cignium/LogForwarder</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Forward your logs to Splunk</description>
<iconUrl>https://raw.githubusercontent.com/cignium/LogForwarder/master/LogForwarderIcon.png</iconUrl>
<copyright>Copyright (C) Cignium Technologies - All Rights Reserved</copyright>
<tags>php, log, splunk</tags>
</metadata>
<files>
<file src="artifacts\*.dll" target="content\job" />
<file src="artifacts\*.xml" target="content\job" />
<file src="artifacts\*.pdb" target="content\job" />
<file src="artifacts\*.config" target="content\job" />
<file src="artifacts\*.exe" target="content\job" />
<file src="artifacts\*.xdt" target="content" />
<file src="artifacts\*.cmd" target="content" />
<file src="artifacts\*.html" target="content" />
</files>
</package>