mirror of
https://github.com/nextcloud/server.git
synced 2026-02-15 00:38:51 -05:00
11 lines
256 B
XML
11 lines
256 B
XML
<?xml version="1.0"?>
|
|
<info>
|
|
<id>testapp-version</id>
|
|
<version>1.1.1</version>
|
|
<author>Jane</author>
|
|
<description>A b c</description>
|
|
<licence>Abc</licence>
|
|
<dependencies>
|
|
<nextcloud min-version="12.0" max-version="12.0"/>
|
|
</dependencies>
|
|
</info>
|