microsoft/Terminal

Windows Terminal (Dev Build) should display version as git commit instead of "0.1.0.0"

Open

#2,783 opened on Sep 16, 2019

View on GitHub
 (2 comments) (2 reactions) (0 assignees)C++ (3,212 forks)batch import
Area-UserInterfaceHelp WantedIssue-TaskProduct-Terminal

Repository metrics

Stars
 (35,764 stars)
PR merge metrics
 (Avg merge 27d 19h) (24 merged PRs in 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.

Contributor guide