-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Closed
Labels
Issue-Enhancementthe issue is more of a feature request than a bugthe issue is more of a feature request than a bug
Description
Summary of the new feature / enhancement
Currently, the binary's AssemblyInfo is giving pwsh.exe and pwsh.dll a title of pwsh. For situations where I might be using something like a [System.Windows.Forms.NotifyIcon] object, this name will reflect in the resulting BalloonTip:

For Windows PowerShell, its simply Windows PowerShell, which looks a lot more professional on an end user's computer. See the below for a comparison:
| PowerShell 5.x | PowerShell 7.4.1 |
|---|---|
![]() |
![]() |
Proposed technical implementation details (optional)
Change the AssemblyInfo for the project to something "friendlier" like PowerShell 7, rather than something like pwsh.
mklement0 and Fumpdund
Metadata
Metadata
Assignees
Labels
Issue-Enhancementthe issue is more of a feature request than a bugthe issue is more of a feature request than a bug

