Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Tags: PowerShell/PowerShell

Tags

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’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode
[release/v7.5] Fix the expected path of .NET after using UseDotnet 2 ……task to install (#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 (#24192) (Thanks@MartinGC94!)* General Cmdlet Updates and Fixes- Add completion single/double quote support for `-Noun` parameter for `Get-Command` (#24977) (Thanks@ArmaanMcleod!)- Stringify `ErrorRecord` with empty exception message to empty string (#24949) (Thanks@MatejKafka!)- Add completion single/double quote support for `-PSEdition` parameter for `Get-Module` (#24971) (Thanks@ArmaanMcleod!)- Error when `New-Item -Force` is passed an invalid directory name (#24936) (Thanks@kborowinski!)- Allow `Start-Transcript`to use `$Transcript` which is a `PSObject` wrapped string to specify the transcript path (#24963) (Thanks@kborowinski!)- Add quote handling in `Verb`, `StrictModeVersion`, `Scope` & `PropertyType` Argument Completers with single helper method (#24839) (Thanks@ArmaanMcleod!)- Improve `Start-Process -Wait` polling efficiency (#24711) (Thanks@jborean93!)- Convert `InvalidCommandNameCharacters` in `AnalysisCache` to `SearchValues<char>` for more efficient char searching (#24880) (Thanks@ArmaanMcleod!)- Convert `s_charactersRequiringQuotes` in Completion Completers to `SearchValues<char>` for more efficient char searching (#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 (#24720) (Thanks@xtqqczze!)</li><li>Remove redundant <code>Attribute</code> suffix (#24940) (Thanks@xtqqczze!)</li><li>Fix formatting of the XML comment for <code>SteppablePipeline.Clean()</code> (#24941)</li><li>Use <code>Environment.ProcessId</code> in <code>SpecialVariables.PID</code> (#24926) (Thanks@fMichaleczek!)</li><li>Replace char[] array in <code>CompletionRequiresQuotes</code> with cached SearchValues<char> (#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 (#24896) (Thanks@ArmaanMcleod!)</li><li>Seal internal types in <code>PlatformInvokes</code> (#24826) (Thanks@xtqqczze!)</li></ul></details>* Tools- Update CODEOWNERS (#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 (#24995)</li><li>Add setup dotnet action to the build composite action (#24996)</li><li>Give the pipeline runs meaningful names (#24987)</li><li>Fix V-Pack download package name (#24866)</li><li>Set <code>LangVersion</code> compiler option to <code>13.0</code> in Test.Common.props (#24621) (Thanks@xtqqczze!)</li><li>Fix release branch filters (#24933)</li><li>Fix GitHub Action filter overmatching (#24929)</li><li>Add UseDotnet task for installing dotnet (#24905)</li><li>Convert powershell/PowerShell-CI-macos to GitHub Actions (#24914)</li><li>Convert powershell/PowerShell-CI-linux to GitHub Actions (#24913)</li><li>Convert powershell/PowerShell-Windows-CI to GitHub Actions (#24899)</li><li>Fix MSIX stage in release pipeline (#24900)</li><li>Update .NET SDK (#24906)</li><li>Update metadata.json (#24862)</li><li>PMC parse state correctly from update command's response (#24850)</li><li>Add EV2 support for publishing PowerShell packages to PMC (#24841)</li><li>Remove AzDO credscan as it is now in GitHub (#24842)</li><li>Add *.props and sort path filters for windows CI  (#24822)</li><li>Use work load identity service connection to download makeappx tool from storage account (#24817)</li><li>Update path filters for Windows CI (#24809)</li><li>Update outdated package references (#24758)</li><li>Update metadata.json (#24787) (Thanks@KyZy7!)</li><li>Add tool package download in publish nuget stage (#24790)</li><li>Fix Changelog content grab during GitHub Release (#24788)</li><li>Update metadata.json (#24764)</li><li>Update <code>Microsoft.PowerShell.PSResourceGet</code> to <code>1.1.0</code> (#24767)</li><li>Add a parameter that skips verify packages step (#24763)</li></ul></details>* Documentation and Help Content- Add 7.4.7 Changelog (#24844)- Create changelog for v7.5.0 (#24808)- Update Changelog for v7.6.0-preview.2 (#24775)[7.6.0-preview.3]:v7.6.0-preview.2...v7.6.0-preview.3

v7.5.0

Toggle v7.5.0's commit message
* [7.5.0]* Build and Packaging Improvements<details><summary><p>Update .NET SDK to 9.0.102</p></summary><ul><li>Add tool package download in publish nuget stage (#24790) (#24792)</li><li>Fix Changelog content grab during GitHub Release (#24788) (#24791)</li><li>Mark build as latest stable (#24789)</li><li>[release/v7.5] Update branch for release  - Transitive - true - minor (#24786)</li><li>Update <code>Microsoft.PowerShell.PSResourceGet</code> to <code>1.1.0</code> (#24767) (#24785)</li><li>Make the <code>AssemblyVersion</code> not change for servicing releases (#24667) (#24783)</li><li>Deploy Box Update (#24632) (#24779)</li><li>Update machine pool for copy blob and upload buildinfo stage (#24587) (#24776)</li><li>Update nuget publish to use Deploy Box (#24596) (#24597)</li><li>Added Deploy Box Product Pathway to GitHub Release and NuGet Release Pipelines (#24583) (#24595)</li></ul></details>* Documentation and Help Content- Update `HelpInfoUri` for 7.5 (#24610) (#24777)[7.5.0]:v7.5.0-rc.1...v7.5.0

v7.4.7

Toggle v7.4.7's commit message
* [7.4.7]* Build and Packaging Improvements<details><summary><p>Update .NET SDK to 8.0.405</p></summary><ul><li>[release/v7.4] Update branch for release  - Transitive - true - minor (#24546)</li><li>[release/v7.4] Fix backport mistake in#24429 (#24545)</li><li>Fix seed max value for Container Linux CI (#24510) (#24543)</li><li>Add a way to use only NuGet feed sources (#24528) (#24542)</li><li>Bump Microsoft.PowerShell.PSResourceGet to 1.0.6 (#24419)</li><li>Update path due to pool change (Internal 33083)</li><li>Update pool for &quot;Publish BuildInfo&quot; job (Internal 33082)</li><li>Add missing backports and new fixes (Internal 33077)</li><li>Port copy blob changes (Internal 33055)</li><li>Update firewall to monitor (Internal 33048)</li><li>Fix typo in release-MakeBlobPublic.yml (Internal 33046)</li><li>Update change log for 7.4.6 (Internal 33040)</li><li>Update changelog for v7.4.6 release (Internal 32983)</li><li>Fix backport issues with release pipeline (#24835)</li><li>Remove duplicated parameter (#24832)</li><li>[release/v7.4] Make the <code>AssemblyVersion</code> not change for servicing releases 7.4.7 and onward (#24821)</li><li>Add *.props and sort path filters for windows CI  (#24822) (#24823)</li><li>Take the newest windows signature nuget packages (#24818)</li><li>Use work load identity service connection to download makeappx tool from storage account (#24817) (#24820)</li><li>Update path filters for Windows CI (#24809) (#24819)</li><li>Fixed release pipeline errors and switched to KS3 (#24751) (#24816)</li><li>[release/v7.4] Update branch for release  - Transitive - true - minor (#24806)</li><li>Add ability to capture MSBuild Binary logs when restore fails (#24128) (#24799)</li><li>Download package from package build for generating vpack (#24481) (#24801)</li><li>Add a parameter that skips verify packages step (#24763) (#24803)</li><li>Fix Changelog content grab during GitHub Release (#24788) (#24804)</li><li>Add tool package download in publish nuget stage (#24790) (#24805)</li><li>Add CodeQL scanning to APIScan build (#24303) (#24800)</li><li>Deploy Box Update (#24632) (#24802)</li></ul></details>* Documentation and Help Content- Update notices file (#24810)[7.4.7]:v7.4.6...v7.4.7
PreviousNext

[8]ページ先頭

©2009-2025 Movatter.jp