Replies: 4 comments 4 replies
-
|
The team are working on this @SteveL-MSFT may be able to give a timeline but some time between now and early Jan I would expect at a guess. |
Beta Was this translation helpful? Give feedback.
-
|
There was already a precedent when the pwsh release took place in January after the first .Net service release. |
Beta Was this translation helpful? Give feedback.
-
|
Now another month later is there a better idea of when 7.6 might be released? |
Beta Was this translation helpful? Give feedback.
-
|
This was asked again today in the PowerShell Discord So I set out using this gh cli query to look at when we'd had GA Releases gh release list -R PowerShell/PowerShell --json tagName,createdAt,name,publishedAt --limit 100 | ConvertFrom-Json | where tagName -match '.0'|where tagName -notmatch '.0.' |where tagName -notmatch '.10'| Select tagName,createdAt,name,publishedAt which gives this when I run it with this appended Similarly looking at the RC releases which come before a GA gh release list -R PowerShell/PowerShell --json tagName,createdAt,name,publishedAt --limit 100 | ConvertFrom-Json | where tagName -match '.0.rc'| Select tagName,createdAt,name,publishedAtgives So probably RC by end of this month and hopefully a GA by end of Feb is my guessing here. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
It has been over a month since .NET 10 shipped. Any ETA on PowerShell 7.6?
Beta Was this translation helpful? Give feedback.
All reactions