-
Notifications
You must be signed in to change notification settings - Fork 0
/
Xyaneon.Games.nuspec
27 lines (27 loc) · 1.13 KB
/
Xyaneon.Games.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
<?xml version="1.0" encoding="utf-8"?>
<package >
<metadata>
<id>Xyaneon.Games</id>
<version>0.1.0</version>
<authors>Christopher Kyle Horton</authors>
<owners>Christopher Kyle Horton</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MIT</license>
<projectUrl>https://github.com/Xyaneon/Xyaneon.Games</projectUrl>
<icon>icon.png</icon>
<iconUrl>https://github.com/Xyaneon/Xyaneon.Games/blob/main/images/icon.png</iconUrl>
<description>A .NET Standard metapackage for card and board game functionality and components, such as dice and cards.</description>
<releaseNotes>Initial release.</releaseNotes>
<copyright>Copyright © Christopher Kyle Horton 2020-2023</copyright>
<tags>metapackage games cards dice board pieces components</tags>
<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="Xyaneon.Games.Cards" version="1.3.0"/>
<dependency id="Xyaneon.Games.Dice" version="1.0.0"/>
</group>
</dependencies>
</metadata>
<files>
<file src="images\icon.png" target=""/>
</files>
</package>