Skip to content

Commit d2e770f

Browse files
committed
Prepare for the v2.3.6 servicing release
1 parent 920ca2c commit d2e770f

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

PSReadLine/Changes.txt

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### [2.3.6] - 2024-10-02
2+
3+
- Update the OneBranch pipeline to keep it compliant and remove SBOM files from module (#4201)
4+
- Make sure the `CodeQL` result from release pipeline gets uploaded (#4082)
5+
- Add 'ob_restore_phase' for every task before the signing task to work around the signing issue (#4046)
6+
- Change the NuGet feed to use the governed PowerShell feed (#4044)
7+
- Disable SBOM, signing, and codeQL for the publish job (#3986)
8+
9+
[2.3.6]: https://github.com/PowerShell/PSReadLine/compare/v2.3.5...v2.3.6
10+
111
### [2.3.5] - 2024-04-02
212

313
- Add the release stage to the pipeline and exclude test folders from Component Governance (#3982)

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.3.5.0</AssemblyVersion>
9-
<FileVersion>2.3.5</FileVersion>
10-
<InformationalVersion>2.3.5</InformationalVersion>
8+
<AssemblyVersion>2.3.6.0</AssemblyVersion>
9+
<FileVersion>2.3.6</FileVersion>
10+
<InformationalVersion>2.3.6</InformationalVersion>
1111
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
1212
<TargetFrameworks>net462;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.3.5'
4+
ModuleVersion = '2.3.6'
55
GUID = '5714753b-2afd-4492-a5fd-01d9e2cff8b5'
66
Author = 'Microsoft Corporation'
77
CompanyName = 'Microsoft Corporation'

0 commit comments

Comments
 (0)