We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ab7a16 commit 27701d4Copy full SHA for 27701d4
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.1</version>
+ <version>1.2</version>
5
<vendor url="https://github.com/SeeSharpSoft/intellij-csv-validator">
6
Martin Sommer
7
</vendor>
@@ -15,7 +15,7 @@
15
<li>syntax highlighting (configurable)</li>
16
<li>content formatting (configurable)</li>
17
<li>quick fix inspections</li>
18
- <li>intentions, e.g. Quote/Unqote All</li>
+ <li>intentions, e.g. Quote/Unquote All</li>
19
<li>structure view (header-entry layout)</li>
20
<li>support for ',' or ';' as value separator</li>
21
</ul>
0 commit comments