circles/appinfo/info.xml
Maxence Lange 039326fd2b switching to circles
improved version of teams
2017-02-16 00:04:00 -01:00

25 lines
957 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>circles</id>
<name>Circles</name>
<summary>Circles</summary>
<description>Circles</description>
<version>0.0.1</version>
<licence>agpl</licence>
<author>Morris Jobke</author>
<author>Maxence Lange</author>
<documentation>
<admin>https://github.com/nextcloud-gmbh/circles/wiki</admin>
</documentation>
<category>tools</category>
<category>files</category>
<website>https://github.com/nextcloud-gmbh/circles</website>
<bugs>https://github.com/nextcloud-gmbh/circles/issues</bugs>
<repository type="git">https://github.com/nextcloud-gmbh/circles.git</repository>
<!--<screenshot>https://raw.githubusercontent.com/nextcloud-gmbh/circles/master/screenshots/circlespng</screenshot>-->
<dependencies>
<nextcloud min-version="11" max-version="12"/>
</dependencies>
</info>