nextcloud/apps/testing/appinfo/info.xml

13 lines
361 B
XML
Raw Normal View History

<?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>0.1.0</version>
<dependencies>
2016-01-20 16:27:42 +03:00
<owncloud min-version="9.0" max-version="9.0" />
</dependencies>
</info>