forked from SpaceWarpDev/SpaceWarp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Package.nuspec
26 lines (26 loc) · 1.12 KB
/
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
25
26
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>$id$</id>
<version>$version$</version>
<authors>$authors$</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://raw.githubusercontent.com/SpaceWarpDev/SpaceWarp/main/LICENSE</licenseUrl>
<description>$description$</description>
<tags>ksp2 mod library api spacewarp</tags>
<projectUrl>https://spacewarp.org</projectUrl>
<repository type="$repositoryType$" url="$repositoryUrl$" />
<readme>README.md</readme>
<icon>icon.png</icon>
<dependencies>
<group targetFramework=".NETStandard2.1" />
</dependencies>
</metadata>
<files>
<file src=".github\README.md" target="README.md" />
<file src="LICENSE" target="LICENSE" />
<file src="images\icon.png" target="icon.png" />
<file src="temp_nuget\*.dll" target="lib/netstandard2.1/" />
<file src="temp_nuget\*.xml" target="lib/netstandard2.1/" />
</files>
</package>