mirror of
https://github.com/nextcloud/server.git
synced 2025-02-14 12:59:20 +00:00
19 lines
609 B
XML
19 lines
609 B
XML
<?xml version="1.0"?>
|
|
<!--
|
|
- SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors
|
|
- SPDX-License-Identifier: AGPL-3.0-or-later
|
|
-->
|
|
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
|
<id>testapp_version</id>
|
|
<name>Test app</name>
|
|
<summary>A b c</summary>
|
|
<description>A b c</description>
|
|
<licence>agpl</licence>
|
|
<author>Jane</author>
|
|
<category>games</category>
|
|
<bugs>https://example.org</bugs>
|
|
<dependencies>
|
|
<nextcloud min-version="12.0" max-version="12.0"/>
|
|
</dependencies>
|
|
</info>
|