Skip to content

Commit

Permalink
Prepare for the v2.2.6 release of PSReadLine (#3357)
Browse files Browse the repository at this point in the history
  • Loading branch information
daxian-dbw committed Jun 27, 2022
1 parent f4da126 commit 59caa5f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions PSReadLine/Changes.txt
@@ -1,3 +1,7 @@
### [2.2.6] - 2022-06-27

- Enable Predictive Intellisense by default (#3351)

### [2.2.5] - 2022-05-03

- Re-package the `2.2.4-beta1` version to `2.2.5` as an offical servicing 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.2.5.0</AssemblyVersion>
<FileVersion>2.2.5</FileVersion>
<InformationalVersion>2.2.5</InformationalVersion>
<AssemblyVersion>2.2.6.0</AssemblyVersion>
<FileVersion>2.2.6</FileVersion>
<InformationalVersion>2.2.6</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.2.5'
ModuleVersion = '2.2.6'
GUID = '5714753b-2afd-4492-a5fd-01d9e2cff8b5'
Author = 'Microsoft Corporation'
CompanyName = 'Microsoft Corporation'
Expand Down

0 comments on commit 59caa5f

Please sign in to comment.