mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-07 16:06:15 +00:00
27 lines
906 B
XML
27 lines
906 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.11.1</version>
|
|
<dependencies>
|
|
<owncloud min-version="8.1" max-version="9.2" />
|
|
<nextcloud min-version="9.0" max-version="11.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>
|
|
|
|
<repair-steps>
|
|
<post-migration>
|
|
<step>OCA\OcSms\Migration\FixConversationReadStates</step>
|
|
</post-migration>
|
|
</repair-steps>
|
|
</info>
|