We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a85798 commit 6bb58d5Copy full SHA for 6bb58d5
src/main/resources/META-INF/plugin.xml
@@ -1,7 +1,7 @@
1
<idea-plugin>
2
<id>net.seesharpsoft.intellij.plugins.csv</id>
3
<name>CSV Plugin</name>
4
- <version>1.2</version>
+ <version>1.3</version>
5
<vendor url="https://github.com/SeeSharpSoft/intellij-csv-validator">
6
Martin Sommer
7
</vendor>
@@ -29,9 +29,8 @@
29
]]></description>
30
31
<change-notes><![CDATA[
32
- <b>New:</b> Intentions/Inspections added<br>
33
- Improved formatter performance<br>
34
- Several fixes
+ Fixes issue <a href="https://github.com/SeeSharpSoft/intellij-csv-validator/issues/4"><i>java.lang.NoClassDefFoundError: com/intellij/psi/PsiElementFactory$SERVICE</i></a><br>
+ CodeInspection description added
35
]]>
36
</change-notes>
37
0 commit comments