info.xml 635 B

1234567891011121314151617181920
  1. <?xml version="1.0"?>
  2. <!--
  3. - SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors
  4. - SPDX-License-Identifier: AGPL-3.0-or-later
  5. -->
  6. <info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
  7. xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
  8. <id>testapp_infoxml</id>
  9. <name>Test app</name>
  10. <summary>A b c</summary>
  11. <description>A b c</description>
  12. <version>1.2.3</version>
  13. <licence>agpl</licence>
  14. <author>Jane</author>
  15. <category>games</category>
  16. <bugs>https://example.org</bugs>
  17. <dependencies>
  18. <nextcloud min-version="12.0" max-version="12.0"/>
  19. </dependencies>
  20. </info>