This app should work with NC 20. - [x] Update `appinfo/info.xml` - [x] Update `README.md` - [x] Update test actions in `.github/workflows` to run on `stable20` - [x] Remove `appinfo/app.php` and `appinfo/autoload.php` and use [`IBootstrap`](https://docs.nextcloud.com/server/latest/developer_manual/app_development/bootstrap.html) instead - [x] Deprecate `\OCP\ILogger` - [x] Deprecate `\OCP\AppFramework\IAppContainer` and `\OCP\IServerContainer` - [x] Deprecate `\OCP\IServerContainer::getEventDispatcher` - [x] Cover `Appinfo/Application.php` - [x] Cover Eventlistener for registration or exclude from coverage - [x] Check autoload functionallity for `vendor` after removing `autoload.php` More info at https://docs.nextcloud.com/server/latest/developer_manual/app_publishing_maintenance/upgrade-guide.html
This app should work with NC 20.
appinfo/info.xmlREADME.md.github/workflowsto run onstable20appinfo/app.phpandappinfo/autoload.phpand useIBootstrapinstead\OCP\ILogger\OCP\AppFramework\IAppContainerand\OCP\IServerContainer\OCP\IServerContainer::getEventDispatcherAppinfo/Application.phpvendorafter removingautoload.phpMore info at https://docs.nextcloud.com/server/latest/developer_manual/app_publishing_maintenance/upgrade-guide.html