Windows Terminal (Dev Build) should display version as git commit instead of "0.1.0.0"
#2.783 aberto em 16 de set. de 2019
Métricas do repositório
- Stars
- (35.764 stars)
- Métricas de merge de PR
- (Mesclagem média 27d 19h) (24 fundiu PRs em 30d)
Description
Environment
Windows build number:Win32NT 10.0.18362.0 Microsoft Windows NT 10.0.18362.0
Windows Terminal version (if applicable):
Any other software?
Steps to reproduce
Build from cloned git tree. git clone https://github.com/microsoft/Terminal.git Build x64 release (or debug) Deploy solution. Click the menu down arrow choose "About"
Expected behavior
Version is reported as at least 0.4 Since that is was is referenced in https://devblogs.microsoft.com/commandline/windows-terminal-preview-v0-4-release/
Actual behavior
About box displays Windows Terminal (Dev Build) Version: 0.0.1.0
Additional Info
Other git repositories auto update release info to include git commit ID in the about box if built from a clone of the repository. In addition to keeping the version reported in git clone builds up to date with what you have in the Microsoft store you might consider putting the git commit string in the version string and stripped out on release.