Can we add an extra character with the minor value of the assembly version? Can we add an extra character with the minor value of the assembly version? wpf wpf

Can we add an extra character with the minor value of the assembly version?


No. Assembly versions (specified by AssemblyVersionAttribute) follow the System.Version system, which is strictly four numbers.

However, you can use AssemblyInformationalVersionAttribute to give more information.


No:

AssemblyVersionAttribute:

All components of the version must be integers greater than or equal to 0.