info.xml 640 B

12345678910111213141516171819202122232425
  1. <?xml version="1.0"?>
  2. <info>
  3. <id>sharebymail</id>
  4. <name>Share by mail</name>
  5. <description>Share provider which allows you to share files by mail</description>
  6. <licence>AGPL</licence>
  7. <author>Bjoern Schiessle</author>
  8. <version>1.1.0</version>
  9. <namespace>ShareByMail</namespace>
  10. <category>other</category>
  11. <dependencies>
  12. <nextcloud min-version="12" max-version="12" />
  13. </dependencies>
  14. <default_enable/>
  15. <types>
  16. <filesystem/>
  17. </types>
  18. <activity>
  19. <providers>
  20. <provider>OCA\ShareByMail\Activity</provider>
  21. </providers>
  22. </activity>
  23. </info>