chocolatey-packages/triplea/triplea.nuspec

39 lines
2.5 KiB
Text
Raw Normal View History

2019-10-07 17:22:22 +00:00
<?xml version="1.0" encoding="utf-8"?>
<!-- Do not remove this test for UTF-8: if “Ω” doesnt 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/2015/06/nuspec.xsd">
<metadata>
<!-- == PACKAGE SPECIFIC SECTION == -->
2019-11-17 06:13:16 +00:00
<id>triplea</id>
<version>1.9</version>
2019-10-07 17:22:22 +00:00
<packageSourceUrl>https://github.com/MillironX/chocolatey-packages</packageSourceUrl>
<owners>MillironX</owners>
2019-10-07 17:42:43 +00:00
2019-10-07 17:22:22 +00:00
<!-- ============================== -->
<!-- == SOFTWARE SPECIFIC SECTION == -->
2019-11-17 06:13:16 +00:00
<title>TripleA (Install)</title>
2019-10-07 17:22:22 +00:00
<authors>TripleA contributors</authors>
<projectUrl>https://triplea-game.org/</projectUrl>
2019-11-17 06:13:16 +00:00
<iconUrl>https://rawcdn.githack.com/triplea-game/assets/ee0b9a84a581ebfc70729a88486ef21b0180c4a5/game_headed_assets/icons/triplea_icon_128_128.png</iconUrl>
2019-10-07 17:22:22 +00:00
<copyright>2019 TripleA Contributors</copyright>
<licenseUrl>https://github.com/triplea-game/triplea/blob/master/LICENSE</licenseUrl>
2019-10-07 17:22:22 +00:00
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/triplea-game/triplea</projectSourceUrl>
<docsUrl>https://triplea-game.org/user-guide/</docsUrl>
2019-11-17 06:13:16 +00:00
<mailingListUrl>https://forums.triplea-game.org/</mailingListUrl>
2019-10-07 17:22:22 +00:00
<bugTrackerUrl>https://github.com/triplea-game/triplea/issues</bugTrackerUrl>
<tags>game strategy axis-and-allies war</tags>
<summary>The Worlds Foremost Open-Source Grand Strategy Game</summary>
<description>TripleA is a turn based strategy game and board game engine, similar to Axis &amp; Allies or Risk. Though TripleA comes with many games inside, it is just an engine for playing games, and is not a game itself. TripleA started out as a World War II simulation, but has since expanded to include different conflicts, as well as variations and mods of popular games and maps (a map is like a board, while a game is a specific setup on a map/board).</description>
<releaseNotes>
- Fix determination of transported units during amphibious assaults (#4252)
- Use dynamic heap size for installers to fix Windows 32 bit installer (#4328)
- Add check for sea units to enemySurfaceExclusionTerritories to fix surface warship objectives (#4351)
- Update A&amp;A forum poster for new forum (#4361)
</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>