Skip to content

Commit

Permalink
fix info.xml schema compliance
Browse files Browse the repository at this point in the history
Fixes #103

Signed-off-by: Robin Appelman <[email protected]>
  • Loading branch information
icewind1991 committed Nov 27, 2018
1 parent 22915e8 commit 74bedef
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>

0 comments on commit 74bedef

Please sign in to comment.