28 lines
1.4 KiB
XML
28 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Do not remove this test for UTF-8: if ??? doesn?t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
|
<metadata>
|
|
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
|
|
<id>TimberWinR</id>
|
|
<title>TimberWinR</title>
|
|
<version>${version}.0</version>
|
|
<authors>ethergreg</authors>
|
|
<owners>Cimpress-MCP Infrastructure</owners>
|
|
<summary>TimberWinR Shipper</summary>
|
|
<description>TimberWinR Native .NET Logstash Shipper. Use https://groups.google.com/forum/#!forum/timberwinr for support.</description>
|
|
<projectUrl>https://github.com/Cimpress-MCP/TimberWinR</projectUrl>
|
|
<tags>TimberWinR admin</tags>
|
|
<copyright></copyright>
|
|
<iconUrl>https://raw.githubusercontent.com/Cimpress-MCP/TimberWinR/master/timberwinr.jpg</iconUrl>
|
|
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<dependencies>
|
|
<dependency id="LogParser" version="2.2.0.1" />
|
|
</dependencies>
|
|
<releaseNotes></releaseNotes>
|
|
</metadata>
|
|
<files>
|
|
<file src="tools\**" target="tools" />
|
|
</files>
|
|
</package>
|