1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-08 00:16:24 +00:00

Fix info.xml for Nextcloud 17

This commit is contained in:
Alfred Egger 2019-10-04 18:33:06 +02:00
parent 98137a767c
commit dcd1d29da7

View File

@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" <info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd"> xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>ocsms</id> <id>ocsms</id>
@ -6,16 +6,14 @@
<summary>An app to sync SMS with your cloud</summary> <summary>An app to sync SMS with your cloud</summary>
<description>An app to sync SMS with your cloud</description> <description>An app to sync SMS with your cloud</description>
<licence>agpl</licence> <licence>agpl</licence>
<author homepage="https://www.unix-experience.fr">Loic Blot</author> <author>Loic Blot</author>
<version>2.1.3</version> <version>2.1.3</version>
<category>multimedia</category> <category>multimedia</category>
<category>tools</category> <category>tools</category>
<dependencies> <dependencies>
<nextcloud min-version="14.0" max-version="16.0" /> <nextcloud min-version="14" max-version="17" />
</dependencies> </dependencies>
<ocsid>167289</ocsid>
<website>https://github.com/nextcloud/ocsms</website> <website>https://github.com/nextcloud/ocsms</website>
<bugs>https://github.com/nextcloud/ocsms/issues</bugs> <bugs>https://github.com/nextcloud/ocsms/issues</bugs>
<repository type="git">https://github.com/nextcloud/ocsms</repository> <repository type="git">https://github.com/nextcloud/ocsms</repository>