Skip to content

Commit 60a48d6

Browse files
authored
Prepare for the v2.2.5 release of PSReadLine (#3300)
1 parent 0d49231 commit 60a48d6

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

PSReadLine/Changes.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### [2.2.5] - 2022-05-03
2+
3+
- Re-package the `2.2.4-beta1` version to `2.2.5` as an offical servicing release.
4+
15
### [2.2.4-beta1] - 2022-04-27
26

37
- Sync ReadKeyProc thread with pipeline thread (#3294)

PSReadLine/PSReadLine.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<RootNamespace>Microsoft.PowerShell.PSReadLine</RootNamespace>
66
<AssemblyName>Microsoft.PowerShell.PSReadLine2</AssemblyName>
77
<NoWarn>$(NoWarn);CA1416</NoWarn>
8-
<AssemblyVersion>2.2.4.0</AssemblyVersion>
9-
<FileVersion>2.2.4</FileVersion>
10-
<InformationalVersion>2.2.4-beta1</InformationalVersion>
8+
<AssemblyVersion>2.2.5.0</AssemblyVersion>
9+
<FileVersion>2.2.5</FileVersion>
10+
<InformationalVersion>2.2.5</InformationalVersion>
1111
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
1212
<TargetFrameworks>net462;net6.0</TargetFrameworks>
1313
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>

PSReadLine/PSReadLine.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@{
22
RootModule = 'PSReadLine.psm1'
33
NestedModules = @("Microsoft.PowerShell.PSReadLine2.dll")
4-
ModuleVersion = '2.2.4'
4+
ModuleVersion = '2.2.5'
55
GUID = '5714753b-2afd-4492-a5fd-01d9e2cff8b5'
66
Author = 'Microsoft Corporation'
77
CompanyName = 'Microsoft Corporation'

0 commit comments

Comments
 (0)