Skip to content

Commit bc5036b

Browse files
committed
添加英文说明,更新至1.0.2版本。
1 parent 49078fd commit bc5036b

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ apply plugin: 'idea'
99
apply plugin: 'org.jetbrains.intellij'
1010

1111
group 'com.sjhy'
12-
version '1.0.1-SNAPSHOT'
12+
version '1.0.2-SNAPSHOT'
1313

1414
sourceCompatibility = 1.8
1515

src/main/resources/META-INF/plugin.xml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin>
22
<id>com.sjhy.plugin.easycode</id>
33
<name>Easy Code</name>
4-
<version>1.0.1</version>
4+
<version>1.0.2</version>
55
<vendor email="[email protected]" url="http://www.shujuhaiyang.com">数据海洋</vendor>
66

77

@@ -17,11 +17,18 @@
1717
<li>基于IntelliJ IDEA开发的代码生成插件,支持自定义任意模板(Java,html,js,xml)。</li>
1818
<li>只要是与数据库相关的代码都可以通过自定义模板来生成。支持数据库类型与java类型映射关系配置。</li>
1919
<li>支持同时生成生成多张表的代码。每张表有独立的配置信息。完全的个性化定义,规则由你设置。</li>
20-
</url>
2120
]]></description>
2221

2322

2423
<change-notes><![CDATA[
24+
<p>1.0.2-SNAPSHOT</p>
25+
<ul>
26+
<li>1.Add English documents</li>
27+
</ul>
28+
<ul>
29+
<li>1.添加英文文档</li>
30+
</ul>
31+
2532
<p>1.0.1-SNAPSHOT</p>
2633
<ul>
2734
<li>1.Fix compatibility problem for version 172 (serious, cause 172 version to be unable to set up).</li>
@@ -33,6 +40,7 @@
3340
<li>2.修复针对Linux版的IDEA路径采用windows路径问题</li>
3441
<li>3.优化部分细节</li>
3542
</ul>
43+
3644
<p>1.0.0-SNAPSHOT</p>
3745
<ul>
3846
<li>1.Support custom templates (based on velocity)</li>

0 commit comments

Comments
 (0)