Skip to content

Commit 74aa60e

Browse files
committed
Merge pull request #1921 from dlsniper/remove-doubts
Clarify supported builds
2 parents 880c886 + 7e1bd9f commit 74aa60e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

resources/META-INF/plugin.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,10 @@
2424
<description><![CDATA[
2525
<h2>Support for Go programming language.</h2>
2626
<p>Alpha pre-release of the 1.0.0 version.</p>
27-
<p>Doesn't contain all the functionality of the 0.9.x branch but has a completely reworked internals.
28-
It's faster than 0.9.x, refactoring works to some degree and has native support for gopath packages.</p>
2927
3028
<h3>Compatibility</h3>
31-
<p>Plugin can be installed on IntelliJ platform 141.1532 or greater. It corresponds to IntelliJ IDEA 14.1.4, WebStorm 10.0.4,
32-
PhpStorm 9.0, RubyMine 7.1.3 and PyCharm 4.5.2</p>
29+
<p>Plugin can be installed on IntelliJ platform 141.1532 or greater and less than 141.9999.
30+
It corresponds to IntelliJ IDEA 14.1.4, WebStorm 10.0.4, PhpStorm 9.0, RubyMine 7.1.3 and PyCharm 4.5.2</p>
3331
]]></description>
3432

3533
<change-notes>
@@ -68,7 +66,7 @@
6866

6967
<!-- project -->
7068
<project.converterProvider implementation="com.goide.project.migration.GoProjectModelConverterProvider"/>
71-
69+
7270
<applicationService serviceImplementation="com.goide.project.GoApplicationLibrariesService"/>
7371
<projectService serviceImplementation="com.goide.project.GoProjectLibrariesService"/>
7472
<moduleService serviceImplementation="com.goide.project.GoModuleLibrariesService"/>

0 commit comments

Comments
 (0)