]> granicus.if.org Git - icinga2/blob - icinga2.nuspec
Another build fix for Windows
[icinga2] / icinga2.nuspec
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <!-- 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. -->\r
3 <!--package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"-->\r
4 <package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">\r
5   <metadata>\r
6     <!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->\r
7     <id>icinga2</id>\r
8     <title>Icinga2</title>\r
9     <version>2.5.4</version>\r
10     <authors>2016 - The Icinga Project</authors>\r
11     <owners>Icinga Development Team</owners>\r
12     <summary>icinga2 - Monitoring Agent for Windows</summary>\r
13     <description>Icinga 2 is an open source monitoring platform which notifies users about host and service outages.</description>\r
14     <projectUrl>https://www.icinga.org/</projectUrl>\r
15     <tags>icinga2 agent monitoring</tags>\r
16     <licenseUrl>https://www.icinga.org/resources/faq/</licenseUrl>\r
17     <requireLicenseAcceptance>false</requireLicenseAcceptance>\r
18     <iconUrl>https://www.icinga.org/wp-content/uploads/2015/05/icinga_icon_128x128.png</iconUrl>\r
19   </metadata>\r
20   <files>\r
21     <file src="tools\chocolateyInstall.ps1" target="tools" />\r
22     <file src="tools\chocolateyUninstall.ps1" target="tools" />\r
23   </files>\r
24 </package>\r