Skip to content

Commit a023b4e

Browse files
authored
Update CHANGELOG and version numbers for 1.8.1 release (#702)
1 parent eecfe02 commit a023b4e

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# PowerShell Editor Services Release History
22

3+
## v1.8.1
4+
### Wednesday, July 11, 2018
5+
6+
#### Fixes and Improvements
7+
8+
- [PowerShell/PowerShellEditorServices #699](https://github.com/PowerShell/PowerShellEditorServices/pull/699) -
9+
Replace `New-Guid` with `[guid]::NewGuid()` in startup script for PowerShell v3/4 compatibility
10+
11+
- [PowerShell/PowerShellEditorServices #698](https://github.com/PowerShell/PowerShellEditorServices/pull/698) -
12+
Fix usage of `stat` on Linux in startup script
13+
314
## v1.8.0
415
### Tuesday, July 10, 2018
516

PowerShellEditorServices.Common.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<VersionPrefix>1.8.0</VersionPrefix>
3+
<VersionPrefix>1.8.1</VersionPrefix>
44
<Company>Microsoft</Company>
55
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
66
<PackageTags>PowerShell;editor;development;language;debugging</PackageTags>

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '1.8.0.{build}'
1+
version: '1.8.1.{build}'
22
image: Visual Studio 2017
33
clone_depth: 10
44
skip_tags: true

module/PowerShellEditorServices/PowerShellEditorServices.psd1

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'PowerShellEditorServices.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.8.0'
15+
ModuleVersion = '1.8.1'
1616

1717
# ID used to uniquely identify this module
1818
GUID = '9ca15887-53a2-479a-9cda-48d26bcb6c47'

0 commit comments

Comments
 (0)