Is there an existing issue for this?
Did you read the "Reporting a bug" section on Contributing file?
Current Behavior
The Files of version 12.1.0 have a version (and FileVersion) of 1.0.0.0. Versions 11.2.1 for example had the version 11.2.0.0.
This causes problems with applications that use the Windows installer when updating from an earlier version.
The Installer will not install the newer file because of the lower version number.
This installer checks the FileVersion field
Expected Behavior
The version of the newer assenblies should be higher than those of the older versions
Steps To Reproduce
Compare the version fields of e.g. 11.2.1 and 12.1.0
Link to public reproduction project repository
N/A, just compare the version fields, please
Environment
- .NET MAUI CommunityToolkit: 12.1.0
- OS:Windows 11
- .NET MAUI:9.0
Anything else?
No response