Skip to content

Commit 8ca1486

Browse files
author
Andrey Dernov
committed
2.0.5 version update
1 parent fec21fe commit 8ca1486

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

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.4'
43+
version '2.0.5'
4444

4545
repositories {
4646
flatDir {

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
<change-notes><![CDATA[
1414
<html lang="en">
1515
<dl>
16+
<dt>2.0.5 update<br></dt>
17+
<dd>&#183; <a href="https://github.com/ant-druha/intellij-powershell/pull/48">48</a> - Adds simplest code folding: for code blocks, arrays.</dd>
18+
1619
<dt>2.0.4 Bug fix update<br></dt>
1720
<dd>&#183; <a href="https://github.com/ant-druha/intellij-powershell/issues/38">38</a> - UnsupportedClassVersionError running 2019.3 under 1.8 JDK.</dd>
1821
@@ -89,7 +92,7 @@
8992
</change-notes>
9093

9194
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->
92-
<idea-version since-build="193"/>
95+
<idea-version since-build="200"/>
9396

9497
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
9598
on how to target different products -->

0 commit comments

Comments
 (0)