info.xml 905 B

123456789101112131415161718192021222324
  1. <?xml version="1.0"?>
  2. <!--
  3. - SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
  4. - SPDX-FileCopyrightText: 2015 owncloud, Inc.
  5. - SPDX-License-Identifier: AGPL-3.0-only
  6. -->
  7. <info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
  8. xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
  9. <id>testing</id>
  10. <name>QA testing</name>
  11. <summary>This app is only for testing! It is dangerous to have it enabled in a live instance</summary>
  12. <description>This app is only for testing! It is dangerous to have it enabled in a live instance</description>
  13. <version>1.20.0</version>
  14. <licence>agpl</licence>
  15. <author>Joas Schilling</author>
  16. <types>
  17. <authentication/>
  18. </types>
  19. <category>monitoring</category>
  20. <bugs>https://github.com/nextcloud/server/issues</bugs>
  21. <dependencies>
  22. <nextcloud min-version="30" max-version="30"/>
  23. </dependencies>
  24. </info>