nextcloud-gpodder/appinfo/info.xml

24 lines
911 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>gpoddersync</id>
<name>GPodder Sync</name>
<summary>replicate basic GPodder.net API</summary>
<description><![CDATA[Expose GPodder API to sync podcast consumer apps like AntennaPod]]></description>
<version>2.0.0</version>
<licence>agpl</licence>
<author mail="thrillfall@disroot.org">Thrillfall</author>
<namespace>GPodderSync</namespace>
<category>integration</category>
<bugs>https://github.com/thrillfall/nextcloud-gpodder/issues</bugs>
<dependencies>
<php min-version="7.4"/>
<nextcloud min-version="20" max-version="22"/>
</dependencies>
<repair-steps>
<post-migration>
<step>OCA\GPodderSync\Migration\TimestampMigration</step>
</post-migration>
</repair-steps>
</info>