Skip to content

Commit 69c6f03

Browse files
committed
Prepare for the v2.4.2-beta2 release of PSReadLine
1 parent b926959 commit 69c6f03

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

PSReadLine/Changes.txt

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### [2.4.2-beta2] - 2025-04-16
2+
3+
- Add a private field to indicate if PSReadLine is initialized and ready (#4706)
4+
- Use CFS for installing module and deploy box for module publish (#4700)
5+
6+
[2.4.2-beta2]: https://github.com/PowerShell/PSReadLine/compare/v2.4.1-beta1...v2.4.2-beta2
7+
18
### [2.4.1-beta1] - 2025-02-28
29

310
#### Code Changes

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.PSReadLine</AssemblyName>
77
<NoWarn>$(NoWarn);CA1416</NoWarn>
8-
<AssemblyVersion>2.4.1.0</AssemblyVersion>
9-
<FileVersion>2.4.1</FileVersion>
10-
<InformationalVersion>2.4.1-beta1</InformationalVersion>
8+
<AssemblyVersion>2.4.2.0</AssemblyVersion>
9+
<FileVersion>2.4.2</FileVersion>
10+
<InformationalVersion>2.4.2-beta2</InformationalVersion>
1111
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
1212
<TargetFramework>netstandard2.0</TargetFramework>
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.PSReadLine.dll")
4-
ModuleVersion = '2.4.1'
4+
ModuleVersion = '2.4.2'
55
GUID = '5714753b-2afd-4492-a5fd-01d9e2cff8b5'
66
Author = 'Microsoft Corporation'
77
CompanyName = 'Microsoft Corporation'

0 commit comments

Comments
 (0)