info.xml 764 B

123456789101112131415161718192021
  1. <?xml version="1.0"?>
  2. <!--
  3. - SPDX-FileCopyrightText: 2024 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>profile</id>
  9. <name>Profile</name>
  10. <summary>This application provides the profile</summary>
  11. <description>Provides a customisable user profile interface.</description>
  12. <version>1.0.0</version>
  13. <licence>agpl</licence>
  14. <author>Nextcloud GmbH</author>
  15. <namespace>Profile</namespace>
  16. <category>social</category>
  17. <bugs>https://github.com/nextcloud/server/issues</bugs>
  18. <dependencies>
  19. <nextcloud min-version="31" max-version="31"/>
  20. </dependencies>
  21. </info>