-
Notifications
You must be signed in to change notification settings - Fork 2
/
RESTbot.nuspec
22 lines (22 loc) · 1.04 KB
/
RESTbot.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>RESTbot</id>
<version>$version$</version>
<description>RESTBot is a C# webserver that uses RESTful transactions to interact with a bot in Second Life or OpenSimulator. It relies on LibreMetaverse.</description>
<authors>Pleiades,Gwyneth Llewelyn,others</authors>
<projectUrl>https://github.com/GwynethLlewelyn/restbot</projectUrl>
<license type="expression">AGPL-3.0-or-later</license>
<icon>assets\images\RESTbot-logo.png</icon>
<readme>README.md</readme>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<copyright>Copyright 2007,2010,2021,2023</copyright>
<tags>LMV OMV OpenMetaverse OpenSim OpenSimulator Halcyon OpenMetaverseFoundation VirtualWorld Radegast SecondLife</tags>
<repository type="git" url="https://github.com/GwynethLlewelyn/restbot.git" />
<title>RESTbot</title>
</metadata>
<files>
<file src="..\RESTbot-logo.png" target="assets\images\" />
<file src="README.md" target="" />
</files>
</package>