-
Notifications
You must be signed in to change notification settings - Fork 1
/
Package.nuspec
24 lines (24 loc) · 1021 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/2013/05/nuspec.xsd">
<metadata>
<id>$id$</id>
<version>$version$</version>
<authors>$authors$</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://raw.githubusercontent.com/KSP2Community/LFO/main/LICENSE</licenseUrl>
<description>$description$</description>
<tags>ksp ksp2 mod library</tags>
<projectUrl>$repositoryUrl$</projectUrl>
<repository type="$repositoryType$" url="$repositoryUrl$" />
<readme>README.md</readme>
<dependencies>
<group targetFramework=".NETStandard2.1" />
</dependencies>
</metadata>
<files>
<file src="README.md" target="" />
<file src="LICENSE" target="LICENSE" />
<file src="temp_nuget\*.dll" target="lib/netstandard2.1/" />
<file src="temp_nuget\*.xml" target="lib/netstandard2.1/" />
</files>
</package>