Skip to content

Commit

Permalink
fix:更新版本
Browse files Browse the repository at this point in the history
  • Loading branch information
mars-men committed Mar 29, 2021
1 parent ce55e72 commit ce6311f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ which is more flexible and convenient.
[English Readme](README_EN.md)

#### 1.安装方法
- 运行编译生成 GsonFormatPlus.zip 或者 使用目录下已编译的包 release/GsonFormatPlus.zip
- 运行编译生成 GsonFormatPlus.zip 或者 直接在Idea的 Plugins -> Marketplace 搜索安装
- IntelliJ IDEA File-> Settings.. -> Plugins -> install plugin from disk..导入下载的 GsonFormatPlus.zip
- 重启 IntelliJ IDEA .

Expand Down
16 changes: 15 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<idea-plugin>
<name>GsonFormatPlus</name>
<version>1.5.9</version>
<version>1.6.0</version>
<description><![CDATA[
<!doctype html>
<html>
Expand Down Expand Up @@ -57,6 +57,13 @@ which is base on GsonFormat and more flexible and convenient. Welcome to issue a
<p>&nbsp;</p>
<h2>Version Info</h2>
<p>1.6.0 by wangzhejun</p>
<ul>
<li>support auto format</li>
<li>fix comment position</li>
<li>fix camel convert</li>
</ul>
<p>1.5.8 by wangzhejun</p>
<ul>
<li>fix json camel bug</li>
Expand Down Expand Up @@ -114,6 +121,13 @@ which is base on GsonFormat and more flexible and convenient. Welcome to issue a
<vendor email="[email protected]">mars-men</vendor>
<idea-version since-build="107.121"/>
<change-notes><![CDATA[
<p>1.6.0</p>
<ul>
<li>support auto format</li>
<li>fix comment position</li>
<li>fix camel convert</li>
</ul>
<p>1.5.6</p>
<ul>
<li>fix several bug</li>
Expand Down

0 comments on commit ce6311f

Please sign in to comment.