Properly format and validate appinfo.xml, bump to 2.3.1

This commit is contained in:
Andreas Boehler 2016-11-04 10:19:10 +01:00
parent 2a33f7ae98
commit 90703faf4a
1 changed files with 5 additions and 3 deletions

View File

@ -2,17 +2,19 @@
<info>
<id>user_sql</id>
<name>SQL user backend</name>
<summary>Authenticate Users by SQL</summary>
<description>Authenticate Users by SQL</description>
<licence>AGPL</licence>
<version>2.3.1</version>
<licence>agpl</licence>
<author>Andreas Boehler &lt;dev (at) aboehler
(dot) at &gt;</author>
<version>2.3.0</version>
<shipped>false</shipped>
<namespace>user_sql</namespace>
<types>
<authentication/>
</types>
<category>auth</category>
<dependencies>
<owncloud min-version="8.1" max-version="9.1"/>
<nextcloud min-version="9" max-version="10"/>
</dependencies>
</info>