]> granicus.if.org Git - icinga2/blob - icinga2.nuspec
Implement Object#clone and rename Array/Dictionary#clone to shallow_clone
[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.3.8</version>\r
10     <authors>2015 - 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>http://www.icinga.org</projectUrl>\r
15     <tags>icinga2 agent monitoring</tags>\r
16     <licenseUrl>http://www.icinga.org/icinga/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     <dependencies>\r
20       <dependency id="DotNet3.5" />\r
21     </dependencies>\r
22   </metadata>\r
23   <files>\r
24     <file src="tools\chocolateyInstall.ps1" target="tools" />\r
25   </files>\r
26 </package>\r