mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-07 16:06:15 +00:00
21 lines
738 B
XML
21 lines
738 B
XML
<?xml version="1.0"?>
|
|
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
|
<id>ocsms</id>
|
|
<name>ownCloud SMS</name>
|
|
<description>A app to sync SMS with your ownCloud</description>
|
|
<licence>agpl</licence>
|
|
<author>Loic Blot</author>
|
|
<version>1.9.0</version>
|
|
<dependencies>
|
|
<owncloud min-version="8.1" max-version="9.2" />
|
|
<nextcloud min-version="9.0" />
|
|
</dependencies>
|
|
|
|
<ocsid>167289</ocsid>
|
|
|
|
<website>https://github.com/nerzhul/ocsms</website>
|
|
<bugs>https://github.com/nerzhul/ocsms/issues</bugs>
|
|
<repository type="git">https://github.com/nerzhul/ocsms</repository>
|
|
</info>
|