-
-
Notifications
You must be signed in to change notification settings - Fork 191
/
Excalibur.nuspec
19 lines (19 loc) · 990 Bytes
/
Excalibur.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Excalibur</id>
<title>Excalibur.js</title>
<version>$version$</version>
<authors>Excalibur.js</authors>
<projectUrl>https://github.com/excaliburjs/Excalibur</projectUrl>
<licenseUrl>https://github.com/excaliburjs/Excalibur/main/blob/LICENSE.md</licenseUrl>
<iconUrl>https://raw.github.com/excaliburjs/Excalibur/main/assets/icon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Excalibur.js is a simple JavaScript game engine with TypeScript bindings for making 2D games in HTML5 Canvas. Our mission is to make web game development as simple as possible.</description>
</metadata>
<files>
<file src="build\dist\*.ts" target="content\Scripts" />
<file src="build\dist\*.js" target="content\Scripts" />
<file src="build\dist\*.map" target="content\Scripts" />
</files>
</package>