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

github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2016-10-20 20:29:25 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2016-10-20 20:29:25 +0300
commit9694f1c14c7e41c123fcfb48ff3f39b4e1547ff4 (patch)
treea434d2a06317bf1ed9369e5fcd0f098a09af97e8 /appinfo
parent060f91c20340364f5160f52648a0e7214569a535 (diff)
update info.xml to new schema
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml24
1 files changed, 12 insertions, 12 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 15d9968..40b9d4f 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -1,22 +1,22 @@
<?xml version="1.0"?>
-<info>
+<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
+ xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>twofactor_sms</id>
<name>Two Factor SMS Provider</name>
- <description>A Two-Factor-Auth Provider for ownCloud 9.1</description>
- <licence>AGPL</licence>
+ <summary>sms two-factor provider</summary>
+ <description>A two-factor-auth provider for Nextcloud 11+</description>
+ <version>0.2.0</version>
+ <licence>agpl</licence>
<author>Christoph Wurst</author>
- <version>0.1.0</version>
<namespace>TwoFactor_Sms</namespace>
- <category>other</category>
- <types>
- <authentication/>
- </types>
+ <category>auth</category>
+
+ <dependencies>
+ <owncloud min-version="20" max-version="20" />
+ <nextcloud min-version="11" max-version="11"/>
+ </dependencies>
<two-factor-providers>
<provider>OCA\TwoFactor_Sms\Provider\SmsProvider</provider>
</two-factor-providers>
-
- <dependencies>
- <owncloud min-version="9.1" max-version="9.1" />
- </dependencies>
</info>