AppsAutoUpdater/appinfo/info.xml

21 lines
838 B
XML
Raw Permalink Normal View History

2019-01-21 11:37:07 +00:00
<?xml version="1.0"?>
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
2019-01-29 14:17:39 +00:00
<id>appsautoupdater</id>
2019-01-21 11:37:07 +00:00
<name>Applications Auto Updater</name>
<summary>Apllications auto updater</summary>
<description><![CDATA[Update applications automatically]]></description>
<version>0.0.1</version>
<licence>agpl</licence>
<author mail="adphi.apps@gmail.com" >Adphi Apps</author>
2019-01-29 14:17:39 +00:00
<namespace>AppsAutoUpdater</namespace>
2019-01-21 11:37:07 +00:00
<category>tools</category>
2019-01-29 14:17:39 +00:00
<bugs>https://git.adphi.net/Adphi/AppsAutoUpdater/issues</bugs>
2019-01-21 11:37:07 +00:00
<dependencies>
<nextcloud min-version="13" max-version="15"/>
</dependencies>
<background-jobs>
2019-01-29 14:17:39 +00:00
<job>OCA\AppsAutoUpdater\Cron\AppsAutoUpdateTask</job>
2019-01-21 11:37:07 +00:00
</background-jobs>
</info>