Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2019-09-05 11:17:20 +02:00
Родитель a4c1052c8e
Коммит 43bcf5337b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 7076EA9751AACDDA
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -9,7 +9,7 @@
Requires Nextcloud 10 or newer. Supports Sharepoint 2013 and 2016. Nextcloud accesses Sharepoint through the Sharepoint REST API and uses NTLM authentication. Nextcloud respects file access permissions associated with its configured user credentials. Versioning and sharing are handled by Nextcloud.
Learn more about External Storage and Sharepoint on [https://nextcloud.com/storage/](https://nextcloud.com/storage/)]]></description>
<version>1.5.0</version>
<version>1.6.0</version>
<licence>agpl</licence>
<author mail="blizzz@arthur-schiwon.de">Arthur Schiwon</author>
<namespace>SharePoint</namespace>
@ -20,7 +20,7 @@ Learn more about External Storage and Sharepoint on [https://nextcloud.com/stora
<bugs>https://github.com/nextcloud/sharepoint/issues/</bugs>
<screenshot>https://raw.githubusercontent.com/nextcloud/sharepoint/master/screenshots/configuration.png</screenshot>
<dependencies>
<nextcloud min-version="17" max-version="17"/>
<nextcloud min-version="18" max-version="18" />
</dependencies>
<commands>
<command>OCA\SharePoint\Command\ListLibraries</command>