-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathnuget.nuspec
24 lines (24 loc) · 859 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.VampireCommandFramework</id>
<title>VRising.VampireCommandFramework</title>
<authors>deca</authors>
<version>0.0.0.9999</version>
<owners>deca, vrisingmods.com</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>V Rising Mod Command Framework</description>
<icon>images\logo.png</icon>
<tags>VRising</tags>
<readme>docs\README.md</readme>
<repository type="git" url="https://github.com/decaprime/VampireCommandFramework.git" />
<dependencies>
<group targetFramework="net6.0"/>
</dependencies>
</metadata>
<files>
<file src="VCF.Core\bin\Release\net6.0\*.*" target="lib\net6.0" />
<file src="images\logo.png" target="images\" />
<file src="README.md" target="docs\README.md" />
</files>
</package>