forked from bttf92/FusionLibrary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
FusionLibrary.nuspec
20 lines (20 loc) · 911 Bytes
/
FusionLibrary.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<package >
<metadata>
<id>FusionLibrary.SHVDN3</id>
<version>1.7.5</version>
<authors>MrFusion92</authors>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<license type="expression">MIT</license>
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
<projectUrl>https://github.com/bttf92/FusionLibrary</projectUrl>
<description>Helper library for GTAV's ScriptHookVDotNet3.</description>
<repository type="git" url="https://github.com/bttf92/FusionLibrary.git" />
<dependencies>
<group targetFramework=".NETFramework4.8">
<dependency id="ScriptHookVDotNet3" version="3.6.0" exclude="Runtime,Build,Native,Analyzers,BuildTransitive" />
<dependency id="LemonUI.SHVDN3" version="2.0.0" exclude="Runtime,Build,Native,Analyzers,BuildTransitive" />
</group>
</dependencies>
</metadata>
</package>