Bug Report: version doesn't update #1786

Closed
opened 2026-01-30 22:36:25 +00:00 by claunia · 2 comments
Owner

Originally created by @rcopelan on GitHub (Jun 20, 2019).

Environment

Windows build number: 10.0.18362.175
Windows Terminal version (if applicable): 0.2.0

Any other software? None related


# Steps to reproduce
- git pull    to get the latest source code
- in VS2017   Project -> Rebuild
                      Project -> Deploy
# Expected behavior
The about box should show 0.0.2.0  
Confirmed that the CascadiaPackage.wapproj has:
<PropertyGroup Label="Version">
    <!-- These fields are picked up by PackageES -->
    <VersionMajor>0</VersionMajor>
    <VersionMinor>2</VersionMinor>
  </PropertyGroup>


# Actual behavior
Still shows  0.0.1.0 in the About box.   The new Icon DOES show up. 
![about-box](https://user-images.githubusercontent.com/5414800/59867088-36ab1700-935b-11e9-8e21-f297e400ad65.PNG)

 
Originally created by @rcopelan on GitHub (Jun 20, 2019). # Environment Windows build number: 10.0.18362.175 Windows Terminal version (if applicable): 0.2.0 Any other software? None related ``` # Steps to reproduce - git pull to get the latest source code - in VS2017 Project -> Rebuild Project -> Deploy # Expected behavior The about box should show 0.0.2.0 Confirmed that the CascadiaPackage.wapproj has: <PropertyGroup Label="Version"> <!-- These fields are picked up by PackageES --> <VersionMajor>0</VersionMajor> <VersionMinor>2</VersionMinor> </PropertyGroup> # Actual behavior Still shows 0.0.1.0 in the About box. The new Icon DOES show up. ![about-box](https://user-images.githubusercontent.com/5414800/59867088-36ab1700-935b-11e9-8e21-f297e400ad65.PNG)
claunia added the Resolution-By-DesignNeeds-TriageNeeds-Tag-Fix labels 2026-01-30 22:36:25 +00:00
Author
Owner

@DHowett-MSFT commented on GitHub (Jun 20, 2019):

These fields are consumed by our release pipeline. That they are ignored by normal builds is by design

@DHowett-MSFT commented on GitHub (Jun 20, 2019): These fields are consumed by our release pipeline. That they are ignored by normal builds is _by design_
Author
Owner

@rcopelan commented on GitHub (Jun 20, 2019):

THanks much for explaining that.

@rcopelan commented on GitHub (Jun 20, 2019): THanks much for explaining that.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#1786