Skip to content

Commit 117e778

Browse files
authored
Prepare for the 2.2.3 release of PSReadLine (#3283)
1 parent 703f7a4 commit 117e778

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

PSReadLine/Changes.txt

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### [2.2.3] - 2022-04-20
2+
3+
- Respect cancellation in `ReadOneOrMoreKeys()` (#3274, #3280)
4+
5+
[2.2.3]: https://github.com/PowerShell/PSReadLine/compare/v2.2.2...v2.2.3
6+
17
### [2.2.2] - 2022-02-22
28

39
- Update to use the 1.0.0 version of `Microsoft.PowerShell.Pager` (#3206)

PSReadLine/PSReadLine.csproj

+3-3
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.2.0</AssemblyVersion>
9-
<FileVersion>2.2.2</FileVersion>
10-
<InformationalVersion>2.2.2</InformationalVersion>
8+
<AssemblyVersion>2.2.3.0</AssemblyVersion>
9+
<FileVersion>2.2.3</FileVersion>
10+
<InformationalVersion>2.2.3</InformationalVersion>
1111
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
1212
<TargetFrameworks>net461;net6.0</TargetFrameworks>
1313
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>

PSReadLine/PSReadLine.psd1

+1-1
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.2'
4+
ModuleVersion = '2.2.3'
55
GUID = '5714753b-2afd-4492-a5fd-01d9e2cff8b5'
66
Author = 'Microsoft Corporation'
77
CompanyName = 'Microsoft Corporation'

0 commit comments

Comments
 (0)