We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3308878 commit f2219e2Copy full SHA for f2219e2
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# PowerShell Editor Services Release History
2
3
+## 0.7.2
4
+### Friday, September 2, 2016
5
+
6
+- Fixed #284: PowerShellContext.AbortException crashes when called more than once
7
+- Fixed #285: PSScriptAnalyzer settings are not being passed to Invoke-ScriptAnalyzer
8
+- Fixed #287: Language service crashes when invalid path chars are used in dot-sourced script reference
9
10
## 0.7.1
11
### Tuesday, August 23, 2016
12
appveyor.yml
@@ -5,7 +5,7 @@ clone_depth: 10
skip_tags: true
environment:
- core_version: '0.7.1'
+ core_version: '0.7.2'
prerelease_name: '-beta'
branches:
0 commit comments