server/apps/federatedfilesharing/appinfo/info.xml
Roeland Jago Douma db411f8771
Bump apps
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-01-14 11:40:53 +01:00

20 lines
758 B
XML

<?xml version="1.0"?>
<info>
<id>federatedfilesharing</id>
<name>Federated file sharing</name>
<description>Provide federated file sharing across servers</description>
<licence>AGPL</licence>
<author>Bjoern Schiessle</author>
<author>Roeland Jago Douma</author>
<version>1.4.0</version>
<namespace>FederatedFileSharing</namespace>
<category>other</category>
<dependencies>
<nextcloud min-version="14" max-version="14" />
</dependencies>
<settings>
<admin>OCA\FederatedFileSharing\Settings\Admin</admin>
<personal>OCA\FederatedFileSharing\Settings\Personal</personal>
<personal-section>OCA\FederatedFileSharing\Settings\PersonalSection</personal-section>
</settings>
</info>