Welcome to mirror list, hosted at ThFree Co, Russian Federation.

info.xml « appinfo « testing « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5b273e5af756e8d0df3a96a245fd33faf11d9429 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?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.0.0</version>
	<dependencies>
		<owncloud min-version="9.1" max-version="9.2" />
	</dependencies>
</info>