Skip to content

Commit 50ffd0e

Browse files
committed
Updated uploaded version to fix plugin.xml bug breaking upload + search from IDE.
1 parent 6be054f commit 50ffd0e

File tree

3 files changed

+23
-42
lines changed

3 files changed

+23
-42
lines changed

src/ServiceStackIDEA/.idea/workspace.xml

Lines changed: 18 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ServiceStackIDEA/META-INF/plugin.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
<idea-plugin version="2">
2-
<id>net.servicestack.idea</id>
3-
<name>ServiceStackIDEA</name>
4-
<version>1.0.0</version>
2+
<id>net.servicestack.ideaplugin</id>
3+
<name>ServiceStack</name>
4+
<version>1.0.2</version>
55
<vendor email="team@servicestack.net" url="https://servicestack.net/">ServiceStack</vendor>
66

77
<description><![CDATA[
88
Integration with ServiceStack Web Services, includes support for Java Add ServiceStack Reference.
99
]]></description>
1010

1111
<change-notes><![CDATA[
12+
1.0.2 - Fix plugin.xml template bug to enable search from IDE.<br>
1213
1.0 - Initial release.<br>
1314
]]>
1415
</change-notes>
1516

1617
<!-- please see http://confluence.jetbrains.com/display/IDEADEV/Build+Number+Ranges for description -->
17-
<idea-version since-build="131"/>
18+
<idea-version since-build="131.0"/>
1819

1920
<!-- please see http://confluence.jetbrains.com/display/IDEADEV/Plugin+Compatibility+with+IntelliJ+Platform+Products
2021
on how to target different products -->
140 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)