Skip to content

Commit b769a65

Browse files
Update plugin details
1 parent 6f28d1f commit b769a65

File tree

1 file changed

+18
-8
lines changed

1 file changed

+18
-8
lines changed

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

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,29 @@
11
<idea-plugin version="2">
22
<id>io.protostuff.protostuff-jetbrains-plugin</id>
3-
<name>Google Protocol Buffers Support</name>
4-
<version>0.1</version>
5-
<vendor email="[email protected]"
6-
url="http://www.protostuff.io">Protostuff
3+
<name>Protobuf Support</name>
4+
<version>0.1.0</version>
5+
<vendor email="[email protected]"
6+
url="https://github.com/protostuff/protostuff-jetbrains-plugin">
7+
Kostiantyn Shchepanovskyi, Protostuff Project
78
</vendor>
89

910
<description><![CDATA[
10-
<a href="https://developers.google.com/protocol-buffers/">Google Protocol Buffers</a> support
11-
for Jetbrains products.
11+
<p>
12+
Protostuff Jetbrains Plugin provides <a href="https://developers.google.com/protocol-buffers/">Google Protocol Buffers</a> support
13+
for Jetbrains products.
14+
</p>
1215
]]></description>
1316

1417
<change-notes><![CDATA[
15-
Add change notes here.<br>
16-
<em>most HTML tags may be used</em>
18+
<div>
19+
<b>0.1.0 (2016-03-31)</b>
20+
<div>
21+
First public release with some useful functionality:
22+
<ul>
23+
<li>Basic syntax highlighting for proto2/proto3 files.</li>
24+
</ul>
25+
</div>
26+
</div>
1727
]]>
1828
</change-notes>
1929

0 commit comments

Comments
 (0)