nextcloud/apps/testing/appinfo/info.xml

13 lines
360 B
XML

<?xml version="1.0"?>
<info>
<id>testing</id>
<name>QA testing</name>
<description>This app is only for testing! It is dangerous to have it enabled in a live instance</description>
<licence>AGPL</licence>
<author>Joas Schilling</author>
<version>1.1.0</version>
<dependencies>
<nextcloud min-version="11" max-version="11" />
</dependencies>
</info>