-
Notifications
You must be signed in to change notification settings - Fork 64
/
GeonBit.UI.nuspec
29 lines (29 loc) · 1.45 KB
/
GeonBit.UI.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
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>GeonBit.UI</id>
<version>4.3.0.4</version>
<authors>Ronen Ness</authors>
<owners>RonenNess</owners>
<title>MonoGame GeonBit.UI</title>
<summary>GeonBit.UI is a UI / HUD extension for MonoGame, with MIT license.
It provide all the basic elements required to make a game / editor UI, and comes with few built-in UI skins compatible for commerical projects.</summary>
<licenseUrl>https://en.wikipedia.org/wiki/MIT_License</licenseUrl>
<projectUrl>https://github.com/RonenNess/GeonBit.UI</projectUrl>
<iconUrl>https://raw.githubusercontent.com/RonenNess/GeonBit.UI/master/assets/img/nuget_icon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>Added sorting to files dialog.</releaseNotes>
<description>UI system for MonoGame projects.</description>
<tags>monogame ui gui hud user-interface gamedev</tags>
<dependencies>
<group targetFramework=".net7.0" />
</dependencies>
</metadata>
<files>
<file src="readme.txt" target="" />
<file src="GeonBit.UI\bin\Release\net7.0\GeonBit.UI.dll" target="lib\net7.0\GeonBit.UI.dll"/>
<file src="GeonBit.UI\bin\Release\net7.0\GeonBit.UI.dll" target="lib\net7.0-windows\GeonBit.UI.dll"/>
<file src="Help\Documentation.chm" target="Documentation.chm"/>
<file src="GeonBit.UI\Content\GeonBit.UI\**\*.*" target="content\Content\GeonBit.UI" />
</files>
</package>