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

info.xml « appinfo - github.com/nextcloud/files_automatedtagging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9c916c90b0804a0f8a31f482f99ec38e14820a54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<info>
	<id>files_automatedtagging</id>
	<name>Files Automated Tagging</name>
	<description>An app for Nextcloud that automatically assigns tags to newly uploaded files based on some conditions</description>
	<licence>AGPL</licence>
	<author>Joas Schilling</author>
	<version>0.5.0</version>
	<namespace>FilesAutomatedTagging</namespace>

	<category>other</category>
	<website>https://github.com/nextcloud/files_automatedtagging</website>
	<bugs>https://github.com/nextcloud/files_automatedtagging/issues</bugs>
	<repository type="git">https://github.com/nextcloud/files_automatedtagging.git</repository>

	<types>
		<filesystem/>
	</types>

	<dependencies>
		<owncloud min-version="9.2" max-version="9.2" />
	</dependencies>
</info>