Skip to content

Commit

Permalink
Prepare for the v2.3.6 servicing release
Browse files Browse the repository at this point in the history
  • Loading branch information
daxian-dbw committed Oct 3, 2024
1 parent 920ca2c commit d2e770f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions PSReadLine/Changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### [2.3.6] - 2024-10-02

- Update the OneBranch pipeline to keep it compliant and remove SBOM files from module (#4201)
- Make sure the `CodeQL` result from release pipeline gets uploaded (#4082)
- Add 'ob_restore_phase' for every task before the signing task to work around the signing issue (#4046)
- Change the NuGet feed to use the governed PowerShell feed (#4044)
- Disable SBOM, signing, and codeQL for the publish job (#3986)

[2.3.6]: https://github.com/PowerShell/PSReadLine/compare/v2.3.5...v2.3.6

### [2.3.5] - 2024-04-02

- Add the release stage to the pipeline and exclude test folders from Component Governance (#3982)
Expand Down
6 changes: 3 additions & 3 deletions PSReadLine/PSReadLine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<RootNamespace>Microsoft.PowerShell.PSReadLine</RootNamespace>
<AssemblyName>Microsoft.PowerShell.PSReadLine2</AssemblyName>
<NoWarn>$(NoWarn);CA1416</NoWarn>
<AssemblyVersion>2.3.5.0</AssemblyVersion>
<FileVersion>2.3.5</FileVersion>
<InformationalVersion>2.3.5</InformationalVersion>
<AssemblyVersion>2.3.6.0</AssemblyVersion>
<FileVersion>2.3.6</FileVersion>
<InformationalVersion>2.3.6</InformationalVersion>
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
<TargetFrameworks>net462;net6.0</TargetFrameworks>
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>
Expand Down
2 changes: 1 addition & 1 deletion PSReadLine/PSReadLine.psd1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@{
RootModule = 'PSReadLine.psm1'
NestedModules = @("Microsoft.PowerShell.PSReadLine2.dll")
ModuleVersion = '2.3.5'
ModuleVersion = '2.3.6'
GUID = '5714753b-2afd-4492-a5fd-01d9e2cff8b5'
Author = 'Microsoft Corporation'
CompanyName = 'Microsoft Corporation'
Expand Down

0 comments on commit d2e770f

Please sign in to comment.