Skip to content

Commit 4deacb0

Browse files
Merge pull request #1461 from PowerShell/release/v2.4.1-preview.1
Release `v2.4.1-preview.1`
2 parents 4cf1387 + 027dcd0 commit 4deacb0

File tree

4 files changed

+12
-26
lines changed

4 files changed

+12
-26
lines changed

.vsts-ci/azure-pipelines-release.yml

Lines changed: 4 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
name: PR-$(System.PullRequest.PullRequestNumber)-$(Date:yyyyMMdd)$(Rev:.rr)
2-
31
variables:
42
# Don't download unneeded packages
53
- name: DOTNET_SKIP_FIRST_TIME_EXPERIENCE
@@ -9,28 +7,12 @@ variables:
97
value: 'true'
108

119
trigger:
12-
batch: true
1310
branches:
1411
include:
15-
- master
16-
- legacy/1.x
17-
paths:
18-
exclude:
19-
- /.dependabot/*
20-
- /.poshchan/*
21-
- /.github/**/*
22-
- /.vscode/**/*
23-
- /.vsts-ci/misc-analysis.yml
24-
- /tools/**/*
25-
- .editorconfig
26-
- .gitattributes
27-
- .gitignore
28-
- /docs/**/*
29-
- /CHANGELOG.md
30-
- /CONTRIBUTING.md
31-
- /README.md
32-
- /LICENSE
33-
- /CODE_OF_CONDUCT.md
12+
- release/*
13+
tags:
14+
include:
15+
- v*
3416

3517
resources:
3618
repositories:
@@ -40,7 +22,6 @@ resources:
4022
name: PowerShell/compliance
4123

4224
jobs:
43-
4425
- job: 'ReleaseBuild'
4526
displayName: 'Build release'
4627
pool:

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
# PowerShell Editor Services Release History
22

3+
## v2.4.1-preview.1
4+
### Monday, April 26, 2021
5+
6+
- 🔍🐛 [PowerShellEditorServices #1460](https://github.com/PowerShell/PowerShellEditorServices/pull/1460) - Bump OmniSharp package to `0.19.2-beta0001`.
7+
- 👷🐛 [PowerShellEditorServices #1455](https://github.com/PowerShell/PowerShellEditorServices/pull/1456) - Fix version in module definition file.
8+
39
## v2.4.0-preview.1
410
### Friday, April 02, 2021
511

612
- 🧠✨ [PowerShellEditorServices #1176](https://github.com/PowerShell/PowerShellEditorServices/pull/1427) - Add '$' as trigger character for completion. (Thanks @MartinGC94!)
713
- 👷🚨✨ [PowerShellEditorServices #1426](https://github.com/PowerShell/PowerShellEditorServices/pull/1426) - Bump CI images and enable tests on Apple M1.
814
-[PowerShellEditorServices #1424](https://github.com/PowerShell/PowerShellEditorServices/pull/1424) - Update to use OmniSharp 0.19.0.
9-
- #️⃣ 🙏 [PowerShellEditorServices #1418](https://github.com/PowerShell/PowerShellEditorServices/pull/1418) - Update CHANGELOG for v2.3.0.
1015
- #️⃣ 🙏 [vscode-powershell #3180](https://github.com/PowerShell/PowerShellEditorServices/pull/1411) - Fix New-EditorFile failing when no Editor window open. (Thanks @corbob!)
1116

1217
## v2.3.0

PowerShellEditorServices.Common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<VersionPrefix>2.4.0</VersionPrefix>
3+
<VersionPrefix>2.4.1</VersionPrefix>
44
<VersionSuffix>preview.1</VersionSuffix>
55
<Company>Microsoft</Company>
66
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>

module/PowerShellEditorServices/PowerShellEditorServices.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RootModule = if ($PSEdition -eq 'Core')
1919
}
2020

2121
# Version number of this module.
22-
ModuleVersion = '2.4.0'
22+
ModuleVersion = '2.4.1'
2323

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

0 commit comments

Comments
 (0)