server/apps/workflowengine/appinfo/info.xml
Roeland Jago Douma 04ef434af0
Development is 18 now!
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-09-05 11:26:35 +02:00

29 lines
871 B
XML

<?xml version="1.0"?>
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>workflowengine</id>
<name>Files workflow engine</name>
<summary>Files workflow engine</summary>
<description>Files workflow engine</description>
<version>1.8.0</version>
<licence>agpl</licence>
<author>Morris Jobke</author>
<namespace>WorkflowEngine</namespace>
<types>
<filesystem/>
</types>
<category>files</category>
<website>https://github.com/nextcloud/server</website>
<bugs>https://github.com/nextcloud/server/issues</bugs>
<repository>https://github.com/nextcloud/server.git</repository>
<dependencies>
<nextcloud min-version="18" max-version="18"/>
</dependencies>
<settings>
<admin-section>OCA\WorkflowEngine\Settings\Section</admin-section>
</settings>
</info>