microsoft/Terminal

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

Open

#2783 aperta il 16 set 2019

Vedi su GitHub
 (2 commenti) (2 reazioni) (0 assegnatari)C++ (3212 fork)batch import
Area-UserInterfaceHelp WantedIssue-TaskProduct-Terminal

Metriche repository

Star
 (35.764 star)
Metriche merge PR
 (Merge medio 27g 19h) (24 PR mergiate in 30 g)

Descrizione

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.

Guida contributor