Skip to content

Commit

Permalink
Prepare for the v2.3.4 release of PSReadLine (#3819)
Browse files Browse the repository at this point in the history
  • Loading branch information
daxian-dbw committed Oct 3, 2023
1 parent d045b50 commit 3b21582
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions PSReadLine/Changes.txt
@@ -1,3 +1,11 @@
### [2.3.4] - 2023-10-02

- Choose the inline prediction color based on the environment (#3808)
- Update the stable version of PSReadLine used in the auto triage messages (#3804)
- Update `Compliance_Job` to add a new variable group for APIScan (#3803)

[2.3.4]: https://github.com/PowerShell/PSReadLine/compare/v2.3.3...v2.3.4

### [2.3.3] - 2023-09-18

- Re-package the `2.3.2-beta2` version to `2.3.3` as an official stable release.
Expand Down
6 changes: 3 additions & 3 deletions PSReadLine/PSReadLine.csproj
Expand Up @@ -5,9 +5,9 @@
<RootNamespace>Microsoft.PowerShell.PSReadLine</RootNamespace>
<AssemblyName>Microsoft.PowerShell.PSReadLine2</AssemblyName>
<NoWarn>$(NoWarn);CA1416</NoWarn>
<AssemblyVersion>2.3.3.0</AssemblyVersion>
<FileVersion>2.3.3</FileVersion>
<InformationalVersion>2.3.3</InformationalVersion>
<AssemblyVersion>2.3.4.0</AssemblyVersion>
<FileVersion>2.3.4</FileVersion>
<InformationalVersion>2.3.4</InformationalVersion>
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
<TargetFrameworks>net462;net6.0</TargetFrameworks>
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>
Expand Down
2 changes: 1 addition & 1 deletion PSReadLine/PSReadLine.psd1
@@ -1,7 +1,7 @@
@{
RootModule = 'PSReadLine.psm1'
NestedModules = @("Microsoft.PowerShell.PSReadLine2.dll")
ModuleVersion = '2.3.3'
ModuleVersion = '2.3.4'
GUID = '5714753b-2afd-4492-a5fd-01d9e2cff8b5'
Author = 'Microsoft Corporation'
CompanyName = 'Microsoft Corporation'
Expand Down

0 comments on commit 3b21582

Please sign in to comment.