I have a C# Deployment Project, for which I would like to change the display during the installation version of the X.X.Xa
(marked with the letter will be the next version of the test).
For other projects can be done by attribute "AssemblyInformationalVersionAttribute
" in "AssemblyInfo.cs
". Unfortunately, the Delployment Project does not have the possibility to add the file, and version numbering assumptions there can be only numeric values.
Is it possible to somehow add the letter described the version of the installer, so that when you install the correct version to appear?