Skip to content

Commit 41a52fc

Browse files
authored
Merge pull request #226 from nextcloud/update-master-version
feat(deps): Add Nextcloud 32 support on master
2 parents 4e69c6a + d1fc021 commit 41a52fc

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

.github/dependabot.yml

+16
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,22 @@ updates:
1515
time: "03:00"
1616
timezone: Europe/Berlin
1717

18+
- package-ecosystem: composer
19+
target-branch: stable31
20+
directory: "/"
21+
commit-message:
22+
prefix: "build"
23+
include: "scope"
24+
versioning-strategy: "increase"
25+
ignore:
26+
- dependency-name: "*"
27+
update-types: ["version-update:semver-major", "version-update:semver-minor"]
28+
schedule:
29+
interval: weekly
30+
day: saturday
31+
time: "03:00"
32+
timezone: Europe/Berlin
33+
1834
- package-ecosystem: composer
1935
target-branch: stable30
2036
directory: "/"

appinfo/info.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
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.
1414
1515
Learn more about External Storage and Sharepoint on [https://nextcloud.com/storage/](https://nextcloud.com/storage/)]]></description>
16-
<version>1.19.0</version>
16+
<version>2.0.0-dev.0</version>
1717
<licence>agpl</licence>
1818
<author mail="[email protected]">Arthur Schiwon</author>
1919
<namespace>SharePoint</namespace>
@@ -24,7 +24,7 @@ Learn more about External Storage and Sharepoint on [https://nextcloud.com/stora
2424
<bugs>https://github.com/nextcloud/sharepoint/issues/</bugs>
2525
<screenshot>https://raw.githubusercontent.com/nextcloud/sharepoint/master/screenshots/configuration.png</screenshot>
2626
<dependencies>
27-
<nextcloud min-version="31" max-version="31" />
27+
<nextcloud min-version="32" max-version="32" />
2828
</dependencies>
2929
<commands>
3030
<command>OCA\SharePoint\Command\ListLibraries</command>

0 commit comments

Comments
 (0)