summaryrefslogtreecommitdiffstats
path: root/tests/apps/testapp-version/appinfo/info.xml
blob: 28e2475800fe1e14e549e9429c839ede308b98c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0"?>
<info>
	<id>testapp-version</id>
	<author>Jane</author>
	<description>A b c</description>
	<licence>Abc</licence>
	<name>Test app</name>
	<dependencies>
		<nextcloud min-version="12.0" max-version="12.0"/>
	</dependencies>
</info>