File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change
1
+ ### [2.3.4] - 2023-10-02
2
+
3
+ - Choose the inline prediction color based on the environment (#3808)
4
+ - Update the stable version of PSReadLine used in the auto triage messages (#3804)
5
+ - Update `Compliance_Job` to add a new variable group for APIScan (#3803)
6
+
7
+ [2.3.4]: https://github.com/PowerShell/PSReadLine/compare/v2.3.3...v2.3.4
8
+
1
9
### [2.3.3] - 2023-09-18
2
10
3
11
- Re-package the `2.3.2-beta2` version to `2.3.3` as an official stable release.
Original file line number Diff line number Diff line change 5
5
<RootNamespace >Microsoft.PowerShell.PSReadLine</RootNamespace >
6
6
<AssemblyName >Microsoft.PowerShell.PSReadLine2</AssemblyName >
7
7
<NoWarn >$(NoWarn);CA1416</NoWarn >
8
- <AssemblyVersion >2.3.3 .0</AssemblyVersion >
9
- <FileVersion >2.3.3 </FileVersion >
10
- <InformationalVersion >2.3.3 </InformationalVersion >
8
+ <AssemblyVersion >2.3.4 .0</AssemblyVersion >
9
+ <FileVersion >2.3.4 </FileVersion >
10
+ <InformationalVersion >2.3.4 </InformationalVersion >
11
11
<CheckForOverflowUnderflow >true</CheckForOverflowUnderflow >
12
12
<TargetFrameworks >net462;net6.0</TargetFrameworks >
13
13
<SuppressNETCoreSdkPreviewMessage >true</SuppressNETCoreSdkPreviewMessage >
Original file line number Diff line number Diff line change 1
1
@ {
2
2
RootModule = ' PSReadLine.psm1'
3
3
NestedModules = @ (" Microsoft.PowerShell.PSReadLine2.dll" )
4
- ModuleVersion = ' 2.3.3 '
4
+ ModuleVersion = ' 2.3.4 '
5
5
GUID = ' 5714753b-2afd-4492-a5fd-01d9e2cff8b5'
6
6
Author = ' Microsoft Corporation'
7
7
CompanyName = ' Microsoft Corporation'
You can’t perform that action at this time.
0 commit comments