forked from RocketModPlugins/GlobalBan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGlobalBan.nuspec
25 lines (24 loc) · 1.17 KB
/
GlobalBan.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
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>GlobalBan</id>
<version>1.0</version>
<authors>Sven Mawby<[email protected]>, Enes Sadık Özbek <esozbek.me></authors>
<owners>Sven Mawby<[email protected]></owners>
<licenseUrl>https://github.com/RocketModPlugins/GlobalBan/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/RocketModPlugins/GlobalBan/</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Globan Ban provides synchronized SQL bans for your servers.</description>
<copyright>Sven Mawby<[email protected]> ©</copyright>
<tags>RocketMod Universal</tags>
</metadata>
<files>
<file src="bin\Release\GlobalBan.dll" target="lib\net35\" />
<file src="lib\net35\I18N.dll" target="lib\net35\" />
<file src="lib\net35\I18N.West.dll" target="lib\net35\" />
<file src="lib\net35\MySql.Data.dll" target="lib\net35\" />
<file src="lib\net35\System.Data.dll" target="lib\net35\" />
<file src="lib\net35\System.Management.dll" target="lib\net35\" />
<file src="lib\net35\System.Transactions.dll" target="lib\net35\" />
</files>
</package>