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.4.5] - 2025-10-22
2+ 
3+ - Replace `DOTNET_SKIP_FIRST_TIME_EXPERIENCE` with `DOTNET_NOLOGO` (#4916) (Thanks @xtqqczze!)
4+ - Add the `ScreenReaderModeEnabled` property to formatting (#4970)
5+ - Fix a null reference exception when showing parameter help (#4971)
6+ 
7+ [2.4.5]: https://github.com/PowerShell/PSReadLine/compare/v2.4.4-beta4...v2.4.5
8+ 
19### [2.4.4-beta4] - 2025-08-28
210
311- Fix `IsMutexPresent()` to avoid incorrect use of `GetLastWin32Error()` (#4910)
Original file line number Diff line number Diff line change 55    <RootNamespace >Microsoft.PowerShell.PSReadLine</RootNamespace >
66    <AssemblyName >Microsoft.PowerShell.PSReadLine</AssemblyName >
77    <NoWarn >$(NoWarn);CA1416</NoWarn >
8-     <AssemblyVersion >2.4.4 .0</AssemblyVersion >
9-     <FileVersion >2.4.4 </FileVersion >
10-     <InformationalVersion >2.4.4-beta4 </InformationalVersion >
8+     <AssemblyVersion >2.4.5 .0</AssemblyVersion >
9+     <FileVersion >2.4.5 </FileVersion >
10+     <InformationalVersion >2.4.5 </InformationalVersion >
1111    <CheckForOverflowUnderflow >true</CheckForOverflowUnderflow >
1212    <TargetFramework >netstandard2.0</TargetFramework >
1313    <SuppressNETCoreSdkPreviewMessage >true</SuppressNETCoreSdkPreviewMessage >
Original file line number Diff line number Diff line change 11@ {
22RootModule  =  ' PSReadLine.psm1' 
33NestedModules  =  @ (" Microsoft.PowerShell.PSReadLine.dll" 
4- ModuleVersion  =  ' 2.4.4 ' 
4+ ModuleVersion  =  ' 2.4.5 ' 
55GUID  =  ' 5714753b-2afd-4492-a5fd-01d9e2cff8b5' 
66Author  =  ' Microsoft Corporation' 
77CompanyName  =  ' Microsoft Corporation' 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments