18 lines
586 B
XML
18 lines
586 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>deck</id>
|
|
<name>Deck</name>
|
|
<description>My first ownCloud app</description>
|
|
<licence>agpl</licence>
|
|
<author>Julius Härtl</author>
|
|
<version>0.0.1.14</version>
|
|
<namespace>Deck</namespace>
|
|
<category>Other
|
|
</category>
|
|
<dependencies>
|
|
<owncloud min-version="9.1" max-version="9.2" />
|
|
<nextcloud min-version="10" max-version="11" />
|
|
</dependencies>
|
|
</info>
|