Skip to content

Commit b872ca2

Browse files
committed
Plugin 2.0.8 version update
1 parent b1a7ef7 commit b872ca2

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ apply plugin: 'java'
2222

2323
intellij {
2424
type = 'IU'
25-
version = '213.4293.20-EAP-SNAPSHOT'// https://www.jetbrains.com/intellij-repository/[releases|snapshots]
25+
version = '213.5744-EAP-CANDIDATE-SNAPSHOT'// https://www.jetbrains.com/intellij-repository/[releases|snapshots]
2626
plugins = ['IntelliLang', 'terminal']
2727
pluginName = 'PowerShell'
2828
updateSinceUntilBuild = false
@@ -41,7 +41,7 @@ sourceSets {
4141
}
4242

4343
group 'com.intellij.plugin'
44-
version '2.0.7'
44+
version '2.0.8'
4545

4646
repositories {
4747
flatDir {

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

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

77
<description><![CDATA[
88
Provides <a href="https://docs.microsoft.com/en-us/powershell/scripting/powershell-scripting">PowerShell</a> intellisense and script execution support for IntelliJ IDEs.<br>
@@ -13,6 +13,10 @@
1313
<change-notes><![CDATA[
1414
<html lang="en">
1515
<dl>
16+
<dt>2.0.8 update<br></dt>
17+
<dd>&#183; 2021.3 compatibility fixes;</dd>
18+
<dd>&#183; Run Configuration: Path Macros for Working Directory paths.</dd>
19+
1620
<dt>2.0.7 update<br></dt>
1721
<dd>&#183; Ability to set PowerShell version globally and for Run Configuration;</dd>
1822
<dd>&#183; Run Configuration: ability to specify environment variables;</dd>

0 commit comments

Comments
 (0)