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.
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.