Welcome to mirror list, hosted at ThFree Co, Russian Federation.

info.xml « appinfo « updatenotification « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2991829e19b0de81bc7acd5ba6ed5b460c987e75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0"?>
<info>
	<id>updatenotification</id>
	<name>Update notification</name>
	<description>Displays update notifications for ownCloud and provides the SSO for the updater.</description>
	<licence>AGPL</licence>
	<author>Lukas Reschke</author>
	<version>0.1.0</version>
	<default_enable/>
	<dependencies>
		<owncloud min-version="9.0" max-version="9.0" />
	</dependencies>
</info>