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

info.xml « appinfo - github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5e6dd20a369f8e4bbaa37c7a3d4860c6b827eed3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0"?>
<info>
	<id>tasks</id>
	<name>Tasks</name>
	<version>0.9.3</version>
	<namespace>Tasks</namespace>
	<category>productivity</category>
	<licence>AGPL</licence>
	<author>Raimund Schlüßler</author>
	<description>Task App for Calender TODOs</description>
	<ocsid>164356</ocsid>
    <dependencies>
        <owncloud min-version="9.1" max-version="9.2"/>
        <nextcloud min-version="10" max-version="11"/>
    </dependencies>
</info>