Skip to content

Commit 798c8ed

Browse files
committed
Bump version to 'v2.3.0-preview.3'
1 parent af79046 commit 798c8ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PowerShellEditorServices.Common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<VersionPrefix>2.3.0</VersionPrefix>
4-
<VersionSuffix>preview.2</VersionSuffix>
4+
<VersionSuffix>preview.3</VersionSuffix>
55
<Company>Microsoft</Company>
66
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
77
<PackageTags>PowerShell;editor;development;language;debugging</PackageTags>

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.1.0'
22+
ModuleVersion = '2.3.0'
2323

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

0 commit comments

Comments
 (0)