File tree Expand file tree Collapse file tree 3 files changed +19
-4
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 3 files changed +19
-4
lines changed Original file line number Diff line number Diff line change @@ -48,4 +48,16 @@ gradle-app.setting
48
48
! gradle-wrapper.jar
49
49
50
50
# 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
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ sourceSets {
40
40
}
41
41
42
42
group ' com.intellij.plugin'
43
- version ' 2.0.2 '
43
+ version ' 2.0.3 '
44
44
45
45
repositories {
46
46
flatDir {
Original file line number Diff line number Diff line change 1
1
<idea-plugin >
2
2
<id >com.intellij.plugin.adernov.powershell</id >
3
3
<name >PowerShell</name >
4
- <version >2.0.2 </version >
4
+ <version >2.0.3 </version >
5
5
<vendor email =" andrey.dernov@gmail.com" url =" https://github.com/ant-druha/PowerShell/issues" >Andrey</vendor >
6
6
7
7
<description ><![CDATA[
13
13
<change-notes ><![CDATA[
14
14
<html lang="en">
15
15
<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>· <a href="https://github.com/ant-druha/intellij-powershell/issues/33">33</a> - Get rid of implicit dependency on Java plugin;</dd>
18
+ <dd>· Bug fixes and Platform API maintenance update.</dd>
19
+
17
20
<dd>· IntelliJ 2019.2 compatibility;</dd>
18
21
<dd>· <a href="https://github.com/ant-druha/intellij-powershell/issues/24">24</a> - Parenthesized expression parsing error;</dd>
19
22
You can’t perform that action at this time.
0 commit comments