PowerShell 7.3 منتشر شد
نویسنده: وحید نصیری
تاریخ: ۱۴۰۱/۰۸/۱۹ ۶:۵۳
آدرس: www.dntips.ir
| مطالب | ۳۶۹۴ |
| نویسندگان | ۲۷۶ |
| گروههای مطالب | ۱۰۲۴ |
| نقشههای راه | ۱۱۹ |
| دورهها | ۱۴ |
| اشتراکها | ۱۷۹۱۴ |
PowerShell 7.3 is built on top of .NET 7 and as a non-LTS (Long Term Support) release will be supported for 18 months. PowerShell 7.2 is still the current LTS (3-year supported) release of PowerShell.
brew update brew upgrade powershell --cask
winget install Microsoft.Powershell
PS /> Install-Module -Name Microsoft.PowerShell.WhatsNew
PS /> Get-WhatsNew Or PS /> Get-WhatsNew -Online