Skip to content

Tags: fostrjared91/PowerShell

Tags

v7.5.3

Toggle v7.5.3's commit message
https://github.com/PowerShell/PowerShell/blob/master/CHANGELOG/7.5.md…

…#753

v7.4.12

Toggle v7.4.12's commit message
https://github.com/PowerShell/PowerShell/blob/master/CHANGELOG/7.4.md…

…#7412

v7.5.2

Toggle v7.5.2's commit message
https://github.com/PowerShell/PowerShell/blob/master/CHANGELOG/7.5.md…

…#752

v7.4.11

Toggle v7.4.11's commit message
https://github.com/PowerShell/PowerShell/blob/master/CHANGELOG/7.4.md…

…#7411

v7.4.10

Toggle v7.4.10's commit message
https://github.com/PowerShell/PowerShell/blob/master/CHANGELOG/7.4.md…

…#7410

v7.5.1

Toggle v7.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[release/v7.5] Fix the expected path of .NET after using UseDotnet 2 …

…task to install (PowerShell#25425)

Co-authored-by: Aditya Patwardhan <adityap@microsoft.com>

v7.4.9

Toggle v7.4.9's commit message
https://github.com/PowerShell/PowerShell/blob/master/CHANGELOG/7.4.md…

…#749

v7.4.8

Toggle v7.4.8's commit message
https://github.com/PowerShell/PowerShell/blob/master/CHANGELOG/7.4.md…

…#748

v7.6.0-preview.3

Toggle v7.6.0-preview.3's commit message
* [7.6.0-preview.3]

* Breaking Changes

- Remove trailing space from event source name (PowerShell#24192) (Thanks @MartinGC94!)

* General Cmdlet Updates and Fixes

- Add completion single/double quote support for `-Noun` parameter for `Get-Command` (PowerShell#24977) (Thanks @ArmaanMcleod!)
- Stringify `ErrorRecord` with empty exception message to empty string (PowerShell#24949) (Thanks @MatejKafka!)
- Add completion single/double quote support for `-PSEdition` parameter for `Get-Module` (PowerShell#24971) (Thanks @ArmaanMcleod!)
- Error when `New-Item -Force` is passed an invalid directory name (PowerShell#24936) (Thanks @kborowinski!)
- Allow `Start-Transcript`to use `$Transcript` which is a `PSObject` wrapped string to specify the transcript path (PowerShell#24963) (Thanks @kborowinski!)
- Add quote handling in `Verb`, `StrictModeVersion`, `Scope` & `PropertyType` Argument Completers with single helper method (PowerShell#24839) (Thanks @ArmaanMcleod!)
- Improve `Start-Process -Wait` polling efficiency (PowerShell#24711) (Thanks @jborean93!)
- Convert `InvalidCommandNameCharacters` in `AnalysisCache` to `SearchValues<char>` for more efficient char searching (PowerShell#24880) (Thanks @ArmaanMcleod!)
- Convert `s_charactersRequiringQuotes` in Completion Completers to `SearchValues<char>` for more efficient char searching (PowerShell#24879) (Thanks @ArmaanMcleod!)

* Code Cleanup

<details>

<summary>

<p>We thank the following contributors!</p>
<p>@xtqqczze, @fMichaleczek, @ArmaanMcleod</p>

</summary>

<ul>
<li>Fix <code>RunspacePool</code>, <code>RunspacePoolInternal</code> and <code>RemoteRunspacePoolInternal</code> <code>IDisposable</code> implementation (PowerShell#24720) (Thanks @xtqqczze!)</li>
<li>Remove redundant <code>Attribute</code> suffix (PowerShell#24940) (Thanks @xtqqczze!)</li>
<li>Fix formatting of the XML comment for <code>SteppablePipeline.Clean()</code> (PowerShell#24941)</li>
<li>Use <code>Environment.ProcessId</code> in <code>SpecialVariables.PID</code> (PowerShell#24926) (Thanks @fMichaleczek!)</li>
<li>Replace char[] array in <code>CompletionRequiresQuotes</code> with cached SearchValues<char> (PowerShell#24907) (Thanks @ArmaanMcleod!)</li>
<li>Update <code>IndexOfAny</code> calls with invalid path/filename to <code>SearchValues&lt;char&gt;</code> for more efficient char searching (PowerShell#24896) (Thanks @ArmaanMcleod!)</li>
<li>Seal internal types in <code>PlatformInvokes</code> (PowerShell#24826) (Thanks @xtqqczze!)</li>
</ul>

</details>

* Tools

- Update CODEOWNERS (PowerShell#24989)

* Build and Packaging Improvements

<details>

<summary>

<p>We thank the following contributors!</p>
<p>@xtqqczze, @KyZy7</p>

</summary>

<ul>
<li>Update branch for release  - Transitive - false - none (PowerShell#24995)</li>
<li>Add setup dotnet action to the build composite action (PowerShell#24996)</li>
<li>Give the pipeline runs meaningful names (PowerShell#24987)</li>
<li>Fix V-Pack download package name (PowerShell#24866)</li>
<li>Set <code>LangVersion</code> compiler option to <code>13.0</code> in Test.Common.props (PowerShell#24621) (Thanks @xtqqczze!)</li>
<li>Fix release branch filters (PowerShell#24933)</li>
<li>Fix GitHub Action filter overmatching (PowerShell#24929)</li>
<li>Add UseDotnet task for installing dotnet (PowerShell#24905)</li>
<li>Convert powershell/PowerShell-CI-macos to GitHub Actions (PowerShell#24914)</li>
<li>Convert powershell/PowerShell-CI-linux to GitHub Actions (PowerShell#24913)</li>
<li>Convert powershell/PowerShell-Windows-CI to GitHub Actions (PowerShell#24899)</li>
<li>Fix MSIX stage in release pipeline (PowerShell#24900)</li>
<li>Update .NET SDK (PowerShell#24906)</li>
<li>Update metadata.json (PowerShell#24862)</li>
<li>PMC parse state correctly from update command's response (PowerShell#24850)</li>
<li>Add EV2 support for publishing PowerShell packages to PMC (PowerShell#24841)</li>
<li>Remove AzDO credscan as it is now in GitHub (PowerShell#24842)</li>
<li>Add *.props and sort path filters for windows CI  (PowerShell#24822)</li>
<li>Use work load identity service connection to download makeappx tool from storage account (PowerShell#24817)</li>
<li>Update path filters for Windows CI (PowerShell#24809)</li>
<li>Update outdated package references (PowerShell#24758)</li>
<li>Update metadata.json (PowerShell#24787) (Thanks @KyZy7!)</li>
<li>Add tool package download in publish nuget stage (PowerShell#24790)</li>
<li>Fix Changelog content grab during GitHub Release (PowerShell#24788)</li>
<li>Update metadata.json (PowerShell#24764)</li>
<li>Update <code>Microsoft.PowerShell.PSResourceGet</code> to <code>1.1.0</code> (PowerShell#24767)</li>
<li>Add a parameter that skips verify packages step (PowerShell#24763)</li>
</ul>

</details>

* Documentation and Help Content

- Add 7.4.7 Changelog (PowerShell#24844)
- Create changelog for v7.5.0 (PowerShell#24808)
- Update Changelog for v7.6.0-preview.2 (PowerShell#24775)

[7.6.0-preview.3]: PowerShell/PowerShell@v7.6.0-preview.2...v7.6.0-preview.3