mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-29 08:00:19 +01:00
Adds a nuget package for the interface
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0"?>
|
||||
<package >
|
||||
<metadata>
|
||||
<id>TGStation.Server.Interface</id>
|
||||
<version>$version$</version>
|
||||
<authors>Cyberboss</authors>
|
||||
<owners>Cyberboss</owners>
|
||||
<licenseUrl>https://github.com/tgstation/tgstation-server/blob/master/LICENSE</licenseUrl>
|
||||
<projectUrl>https://github.com/tgstation/tgstation-server</projectUrl>
|
||||
<iconUrl>https://tgstation.github.io/tgstation-server/tgs.ico</iconUrl>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<description>Interface for managing /tg/station server</description>
|
||||
<copyright>Copyright 2017</copyright>
|
||||
<tags>tgstation game-server byond service toolset wcf ss13 client-lib tgstation-server api wcf-service soap</tags>
|
||||
<dependencies>
|
||||
<group targetFramework="net452">
|
||||
<dependency id="UnmanagedExports" version="1.2.7" />
|
||||
</group>
|
||||
</dependencies>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="bin\x86\Release\TGServiceInterface.xml" target="lib\net452" />
|
||||
</files>
|
||||
</package>
|
||||
Reference in New Issue
Block a user