mirror of
https://github.com/TermoraDev/termora.git
synced 2026-01-16 02:12:58 +08:00
25 lines
712 B
XML
25 lines
712 B
XML
<termora-plugin>
|
|
|
|
<id>migration</id>
|
|
|
|
<name>Migration</name>
|
|
|
|
<version>${projectVersion}</version>
|
|
|
|
<!-- since: >=xxx , or >xxx -->
|
|
<!-- until: <=xxx , or <xxx -->
|
|
<termora-version since=">=${rootProjectVersion}" until=""/>
|
|
|
|
<entry>app.termora.plugins.migration.MigrationPlugin</entry>
|
|
|
|
<descriptions>
|
|
<description>Migrate version 1.x configuration files to 2.x</description>
|
|
<description language="zh_CN">将 1.x 版本的配置文件迁移到 2.x</description>
|
|
<description language="zh_TW">將 1.x 版本的設定檔移轉到 2.x</description>
|
|
</descriptions>
|
|
|
|
<vendor url="https://github.com/TermoraDev">TermoraDev</vendor>
|
|
|
|
|
|
</termora-plugin>
|