| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
| <value>PowerShell | ||
| Copyright (C) Microsoft Corporation. All rights reserved.</value> | ||
| Copyright (C) Microsoft Corporation. All rights reserved. | ||
| Version: {0}</value> |
There was a problem hiding this comment.
I think the version proposed by Steve Lee (@SteveL-MSFT) originally reads nicer:
PowerShell {0}
Copyright (C) Microsoft Corporation. All rights reserved.
For example, here is how python banner looks like
Python 2.7.10 (default, Oct 18 2015, 00:31:39) [GCC 4.2.1 Compatible Apple LLVM 7.0.0 (clang-700.0.72)] on darwin Type "help", "copyright", "credits" or "license" for more information.
Sorry, something went wrong.
There was a problem hiding this comment.
I think it doesn't look elegant :-) but fixed.
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
|
sergei (@vors) Can you approve and merge? |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Close #3895
Motivation
Since we support side-by-side, it makes it easier to see which PowerShell version you started rather than checking $psversiontable or $pshome.
Fix
Add "GitCommitId" to PowerShell banner.
Follow-up work
Based on #3690 later we will change a GitCommitId format.