123456789101112131415161718192021222324252627282930 |
- <?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>updatenotification</id>
- <name>Update notification</name>
- <summary>Displays update notifications for Nextcloud and provides the SSO for the updater.</summary>
- <description>Displays update notifications for Nextcloud and provides the SSO for the updater.</description>
- <version>1.10.0</version>
- <licence>agpl</licence>
- <author>Lukas Reschke</author>
- <namespace>UpdateNotification</namespace>
- <default_enable/>
- <category>monitoring</category>
- <bugs>https://github.com/nextcloud/server/issues</bugs>
- <dependencies>
- <nextcloud min-version="20" max-version="20"/>
- </dependencies>
- <background-jobs>
- <job>OCA\UpdateNotification\Notification\BackgroundJob</job>
- </background-jobs>
- <settings>
- <admin>OCA\UpdateNotification\Settings\Admin</admin>
- </settings>
- <commands>
- <command>OCA\UpdateNotification\Command\Check</command>
- </commands>
- </info>
|