Skip to content

Commit 344a231

Browse files
author
Andrey Dernov
committed
2.0.3 update
1 parent 2e1efb8 commit 344a231

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

.gitignore

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,16 @@ gradle-app.setting
4848
!gradle-wrapper.jar
4949

5050
# Cache of project
51-
.gradletasknamecache
51+
.gradletasknamecache
52+
/distibutives/
53+
/patches/
54+
/dumps/
55+
/.idea/vcs.xml
56+
/.idea/compiler.xml
57+
/Default.xml
58+
/.idea/deployment.xml
59+
/.idea/caches
60+
/.idea/.name
61+
/.idea/jarRepositories.xml
62+
/.idea/kotlinc.xml
63+
/.idea/misc.xml

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ sourceSets {
4040
}
4141

4242
group 'com.intellij.plugin'
43-
version '2.0.2'
43+
version '2.0.3'
4444

4545
repositories {
4646
flatDir {

src/main/resources/META-INF/plugin.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin>
22
<id>com.intellij.plugin.adernov.powershell</id>
33
<name>PowerShell</name>
4-
<version>2.0.2</version>
4+
<version>2.0.3</version>
55
<vendor email="andrey.dernov@gmail.com" url="https://github.com/ant-druha/PowerShell/issues">Andrey</vendor>
66

77
<description><![CDATA[
@@ -13,7 +13,10 @@
1313
<change-notes><![CDATA[
1414
<html lang="en">
1515
<dl>
16-
<dt>2.0.2 IntelliJ 2019.2 compatibility update<br></dt>
16+
<dt>2.0.3 Bug fix update<br></dt>
17+
<dd>&#183; <a href="https://github.com/ant-druha/intellij-powershell/issues/33">33</a> - Get rid of implicit dependency on Java plugin;</dd>
18+
<dd>&#183; Bug fixes and Platform API maintenance update.</dd>
19+
1720
<dd>&#183; IntelliJ 2019.2 compatibility;</dd>
1821
<dd>&#183; <a href="https://github.com/ant-druha/intellij-powershell/issues/24">24</a> - Parenthesized expression parsing error;</dd>
1922

0 commit comments

Comments
 (0)