File tree Expand file tree Collapse file tree
src/main/resources/META-INF Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Change Log
2+
3+ ## 0.1 - 2016-09-10
4+
5+ 1 . XQuery file type support, including encoding detection.
6+ 2 . Conforming XQuery 1.0 syntax highlighter and parser.
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ allprojects {
1616 apply plugin : ' jacoco'
1717
1818 group ' uk.co.reecedunn.intellij.plugin.xquery'
19- version ' 0.0. 1'
19+ version ' 0.1'
2020
2121 repositories {
2222 mavenCentral()
Original file line number Diff line number Diff line change 22<idea-plugin version =" 2" >
33 <id >uk.co.reecedunn.intellij.plugin.xquery</id >
44 <name >xquery-intellij-plugin</name >
5- <version >0.0. 1</version >
5+ <version >0.1</version >
66 <vendor email =" msclrhd@gmail.com" url =" http://reecedunn.co.uk" >Reece H. Dunn</vendor >
77
88 <description ><![CDATA[
9- XQuery Language Support
9+ XQuery Language Support
1010 ]]> </description >
1111
1212 <change-notes ><![CDATA[
13- Release 0.0.1: Initial release.
13+ <p>Release 0.1:</p>
14+ <ul>
15+ <li>XQuery file type support, including encoding detection.</li>
16+ <li>Conforming XQuery 1.0 syntax highlighter and parser.</li>
17+ </ul>
1418 ]]> </change-notes >
1519
1620 <idea-version since-build =" 161" />
You can’t perform that action at this time.
0 commit comments