Skip to content

Change binary assembly info to have a better name than pwsh. #21351

@mjr4077au

Description

@mjr4077au

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:
image
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
image image

Proposed technical implementation details (optional)

Change the AssemblyInfo for the project to something "friendlier" like PowerShell 7, rather than something like pwsh.

Metadata

Metadata

Assignees

Labels

Issue-Enhancementthe issue is more of a feature request than a bug

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions