-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopenhv.nuspec
32 lines (31 loc) · 1.6 KB
/
openhv.nuspec
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
27
28
29
30
31
32
<?xml version="1.0" encoding="utf-8"?>
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata>
<id>openhv</id>
<title>OpenHV</title>
<version>{VERSION}</version>
<authors>OpenHV Developers</authors>
<owners>Mailaender</owners>
<summary>Open Source Pixelart Science-Fiction Real Time Strategy game</summary>
<description>OpenHV has Multiplayer (LAN and internet) support, competent skirmish AI as well as an integrated map editor. All the assets are licensed under Open Source compliant terms. It is very easy to mod.
![OpenHV](https://openhv.github.io/images/chocolatey/screenshot.png)
</description>
<packageSourceUrl>https://github.com/OpenHV/OpenHV/tree/main/packaging/windows/chocolatey</packageSourceUrl>
<projectUrl>https://www.openhv.net</projectUrl>
<projectSourceUrl>https://github.com/OpenHV/OpenHV</projectSourceUrl>
<bugTrackerUrl>https://github.com/OpenHV/OpenHV/issues</bugTrackerUrl>
<docsUrl>https://github.com/OpenHV/OpenHV/wiki</docsUrl>
<iconUrl>https://openhv.github.io/images/chocolatey/icon.png</iconUrl>
<tags>game rts sci-fi</tags>
<copyright>© 2023 OpenHV Developers</copyright>
<licenseUrl>https://github.com/OpenHV/OpenHV/blob/main/COPYING</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>https://github.com/OpenHV/OpenHV/releases</releaseNotes>
<dependencies>
<dependency id="chocolatey-core.extension" />
</dependencies>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>