You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nextcloud-server/apps/workflowengine/appinfo/info.xml

24 lines
588 B

<?xml version="1.0"?>
<info>
<id>workflowengine</id>
<name>Files workflow engine</name>
<description></description>
<licence>AGPL</licence>
<author>Morris Jobke</author>
<version>1.1.0</version>
<namespace>WorkflowEngine</namespace>
<category>other</category>
<website>https://github.com/nextcloud/server</website>
<bugs>https://github.com/nextcloud/server/issues</bugs>
<repository type="git">https://github.com/nextcloud/server.git</repository>
<types>
<filesystem/>
</types>
<dependencies>
<owncloud min-version="9.2" max-version="9.2" />
</dependencies>
</info>