-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Open
Labels
Issue-BugIt either shouldn't be doing this or needs an investigation.It either shouldn't be doing this or needs an investigation.
Description
Please confirm these before moving forward
- I have searched for my issue and not found a work-in-progress/duplicate/resolved issue.
- I have not been informed if the issue is resolved in a preview version of the winget client.
Category of the issue
Other
Brief description of your issue
Microsoft.Teams.Classic installer uses a different notation for the installed version than what is declared as the PackageVersion
in the manifest.
Steps to reproduce
- Install Microsoft.Teams.Classic machine-wide version
1.8.00.21151
.
winget install --id Microsoft.Teams.Classic --source winget --version 1.8.00.21151 --scope machine --exact
- List the installed application.
winget list --id Microsoft.Teams.Classic
Actual behavior
The installed version is reported as 1.8.0.21151
instead of 1.8.00.21151
.
Output of winget list --id Microsoft.Teams.Classic
after installing version 1.8.00.21151
.
Name Id Version
-----------------------------------------------------------------
Teams Machine-Wide Installer Microsoft.Teams.Classic 1.8.0.21151
Expected behavior
The installed version should match what is defined in the manifest field PackageVersion
.
Environment
Windows Package Manager v1.11.430
Copyright (c) Microsoft Corporation. All rights reserved.
Windows: Windows.Desktop v10.0.19045.5011
System Architecture: X64
Package: Microsoft.DesktopAppInstaller v1.26.430.0
Screenshots and Logs
Viewing the Teams Classic machine-wide installer in ORCA indicates the root cause here is the "real" version for Teams is 1.8.0.21151
.
Metadata
Metadata
Assignees
Labels
Issue-BugIt either shouldn't be doing this or needs an investigation.It either shouldn't be doing this or needs an investigation.