You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:Proposed technical implementation details (optional)
Change the AssemblyInfo for the project to something "friendlier" like
PowerShell 7, rather than something likepwsh.