-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnuget.nuspec
24 lines (24 loc) · 909 Bytes
/
nuget.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"?>
<package>
<metadata>
<id>VRising.VRisingServerApiPlugin</id>
<title>VRising.VRisingServerApiPlugin</title>
<authors>hermesdj</authors>
<version>0.0.0.9999</version>
<owners>hermesdj</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>V Rising Mod for server HTTP API</description>
<icon>images\logo_256.png</icon>
<tags>VRising</tags>
<readme>README.md</readme>
<repository type="git" url="https://github.com/hermesdj/VRisingServerApiPlugin"/>
<dependencies>
<group targetFramework="net6.0"/>
</dependencies>
</metadata>
<files>
<file src="bin\Release\net6.0\*.*" target="lib\net6.0"/>
<file src="images\logo_256.png" target="images\"/>
<file src="README.md" target="README.md"/>
</files>
</package>