forked from SpaceWarpDev/SpaceWarp.Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Package.nuspec
24 lines (24 loc) · 1004 Bytes
/
Package.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>SpaceWarp.Template</id>
<version>1.9.0.1</version>
<authors>munix</authors>
<title>SpaceWarp Mod Template</title>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>KSP 2 SpaceWarp mod template</description>
<tags>spacewarp ksp2 mod template</tags>
<projectUrl>https://github.com/SpaceWarp/SpaceWarp.Template</projectUrl>
<repository type="git" url="https://github.com/SpaceWarp/SpaceWarp.Template" />
<license type="file">LICENSE</license>
<readme>README.md</readme>
<packageTypes>
<packageType name="Template" />
</packageTypes>
</metadata>
<files>
<file src="README.md" target="" />
<file src="LICENSE" target="LICENSE" />
<file src="$buildDir$\**\*" target="content/" />
</files>
</package>