Skip to content

Commit 24ab137

Browse files
committed
prepare for 0.5.1
1 parent 80e67d0 commit 24ab137

File tree

9 files changed

+23
-14
lines changed

9 files changed

+23
-14
lines changed

check-flexjs-version/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ limitations under the License.
2222
<parent>
2323
<groupId>com.nextgenactionscript.vscode</groupId>
2424
<artifactId>vscode-nextgenas</artifactId>
25-
<version>0.5.0</version>
25+
<version>0.5.1</version>
2626
</parent>
2727

2828
<groupId>com.nextgenactionscript.vscode</groupId>
2929
<artifactId>check-flexjs-version</artifactId>
30-
<version>0.5.0</version>
30+
<version>0.5.1</version>
3131
<name>check-flexjs-version</name>
3232

3333
<build>

check-java-version/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<parent>
88
<groupId>com.nextgenactionscript.vscode</groupId>
99
<artifactId>vscode-nextgenas</artifactId>
10-
<version>0.5.0</version>
10+
<version>0.5.1</version>
1111
</parent>
1212

1313
<groupId>com.nextgenactionscript.vscode</groupId>
1414
<artifactId>check-java-version</artifactId>
15-
<version>0.5.0</version>
15+
<version>0.5.1</version>
1616
<name>check-java-version</name>
1717

1818
<build>

distribution/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ limitations under the License.
2222
<parent>
2323
<groupId>com.nextgenactionscript.vscode</groupId>
2424
<artifactId>vscode-nextgenas</artifactId>
25-
<version>0.5.0</version>
25+
<version>0.5.1</version>
2626
</parent>
2727

2828
<groupId>com.nextgenactionscript.vscode</groupId>
2929
<artifactId>distribution</artifactId>
30-
<version>0.5.0</version>
30+
<version>0.5.1</version>
3131
<name>distribution</name>
3232
<packaging>pom</packaging>
3333

distribution/src/assembly/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 0.5.1
2+
3+
* Fixed that hover and signature help did not work inside event added to the root element of an MXML component.
4+
* Fixed issue where asconfig.json validation failed to warn if `files` field is missing for application (this field is still optional for a library).
5+
* Fixed issue where searching by workspace symbol would throw error because some files were not opened in the editor.
6+
* Fixed syntax highlighting for `/**/` being incorrectly detected as an asdoc comment, which caused the coloring to extend beyond the `*/` to the following lines.
7+
* Fixed syntax highlighting of single line comments that start at end of the same line as a class, interface, or function declaration.
8+
* Fixed issue where building the vscode-nextgenas extension from source would fail if Adobe dependencies were not already installed with Maven from another project, and updated the build instructions to use settings-template.xml.
9+
110
## 0.5.0
211

312
* SDK version is listed in status bar and you can click it to open a helpful new SDK picker.

language-server/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ limitations under the License.
2222
<parent>
2323
<groupId>com.nextgenactionscript.vscode</groupId>
2424
<artifactId>vscode-nextgenas</artifactId>
25-
<version>0.5.0</version>
25+
<version>0.5.1</version>
2626
</parent>
2727

2828
<groupId>com.nextgenactionscript.vscode</groupId>
2929
<artifactId>language-server</artifactId>
30-
<version>0.5.0</version>
30+
<version>0.5.1</version>
3131
<name>language-server</name>
3232

3333
<build>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020

2121
<groupId>com.nextgenactionscript.vscode</groupId>
2222
<artifactId>vscode-nextgenas</artifactId>
23-
<version>0.5.0</version>
23+
<version>0.5.1</version>
2424
<name>vscode-nextgenas</name>
2525
<packaging>pom</packaging>
2626

swf-debugger/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ limitations under the License.
2121
<parent>
2222
<artifactId>vscode-nextgenas</artifactId>
2323
<groupId>com.nextgenactionscript.vscode</groupId>
24-
<version>0.5.0</version>
24+
<version>0.5.1</version>
2525
</parent>
2626

2727
<groupId>com.nextgenactionscript.vscode</groupId>
2828
<artifactId>swf-debugger</artifactId>
29-
<version>0.5.0</version>
29+
<version>0.5.1</version>
3030
<name>swf-debugger</name>
3131

3232
<build>

vscode-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-nextgenas",
33
"displayName": "NextGen ActionScript",
44
"description": "Language support for ActionScript and MXML provided by NextGen ActionScript",
5-
"version": "0.5.0",
5+
"version": "0.5.1",
66
"publisher": "bowlerhatllc",
77
"homepage": "http://nextgenactionscript.com/vscode/",
88
"repository": {

vscode-extension/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ limitations under the License.
2222
<parent>
2323
<groupId>com.nextgenactionscript.vscode</groupId>
2424
<artifactId>vscode-nextgenas</artifactId>
25-
<version>0.5.0</version>
25+
<version>0.5.1</version>
2626
</parent>
2727

2828
<groupId>com.nextgenactionscript.vscode</groupId>
2929
<artifactId>vscode-extension</artifactId>
30-
<version>0.5.0</version>
30+
<version>0.5.1</version>
3131
<name>vscode-extension</name>
3232

3333
<properties>

0 commit comments

Comments
 (0)