Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/icewind1991/files_markdown.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2018-11-27 13:05:16 +0300
committerRobin Appelman <robin@icewind.nl>2018-11-27 13:05:16 +0300
commit74bedeff957955a4790ae8cdf3055fecb72aa25e (patch)
treefce4bf573cb6bab32b074587f99acbcdaed33696
parent22915e83cc410c53f1c9e81effe0547504033aa3 (diff)
fix info.xml schema compliance
Fixes #103 Signed-off-by: Robin Appelman <robin@icewind.nl>
-rw-r--r--appinfo/info.xml12
1 files changed, 7 insertions, 5 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 2084d14..ebe9f76 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -7,17 +7,15 @@
<description><![CDATA[Markdown Editor extends the Nextcloud text editor with a live preview for markdown files.
A full list of features can be found [in the README](https://github.com/icewind1991/files_markdown)]]></description>
- <licence>AGPL</licence>
+ <version>2.0.5</version>
+ <licence>agpl</licence>
<author>Robin Appelman</author>
- <dependencies>
- <nextcloud min-version="11" max-version="16"/>
- </dependencies>
- <version>2.0.5</version>
<category>office</category>
<website>https://github.com/icewind1991/files_markdown</website>
<bugs>https://github.com/icewind1991/files_markdown/issues</bugs>
<repository type="git">https://github.com/icewind1991/files_markdown.git</repository>
+
<screenshot>
https://raw.githubusercontent.com/icewind1991/files_markdown/master/screenshots/editor.png
</screenshot>
@@ -42,4 +40,8 @@ A full list of features can be found [in the README](https://github.com/icewind1
<screenshot>
https://raw.githubusercontent.com/icewind1991/files_markdown/master/screenshots/preview.png
</screenshot>
+
+ <dependencies>
+ <nextcloud min-version="11" max-version="16"/>
+ </dependencies>
</info>