-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathJustAnotherVoiceChat.Server.GTMP.nuspec
21 lines (21 loc) · 1.22 KB
/
JustAnotherVoiceChat.Server.GTMP.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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>
<title>JustAnotherVoiceChat-Server GT-MP Integration</title>
<authors>JustAnotherVoiceChat contributors</authors>
<owners>JustAnotherVoiceChat contributors</owners>
<licenseUrl>https://github.com/AlternateLife/JustAnotherVoiceChat-Server/blob/master/LICENSE</licenseUrl>
<iconUrl>https://raw.githubusercontent.com/AlternateLife/JustAnotherVoiceChat-Server/master/docs/images/JAVIC_Logo_Standalone_64px.png</iconUrl>
<projectUrl>https://github.com/AlternateLife/JustAnotherVoiceChat-Server</projectUrl>
<description>JustAnotherVoiceChat.Server.GTMP is the integration of the JustanotherVoiceChat.Server into GT-MP</description>
<copyright>2018 JustAnotherVoiceChat</copyright>
<repository type="git" url="https://github.com/AlternateLife/JustAnotherVoiceChat-Server" />
<dependencies>
<dependency id="JustAnotherVoiceChat.Server.Wrapper" version="$version$" />
<dependency id="grandtheftmultiplayer.api" version="0.1.640.64" />
<dependency id="NLog" version="4.4.12" />
</dependencies>
</metadata>
</package>