D
D. Appel
Hi all,
According to the documentation of the AssemblyVersionAttribute, it should
accept version strings like '1.0.*.0'
However, when I use that format I get an error:
(29): Error emitting System.Reflection.AssemblyVersionAttribute'
attribute -- 'The version specified '1.0.*.0' is invalid'
The line in my AssemblyInfo.cs reads:
[assembly: AssemblyVersion("1.0.*.1")]
I would like to be able to specify Major,Minor and Revision but use the
automatic Build number... am I doing something wrong, is this a bug, or is
the documentation incorrect?
TIA
Dick Appel
According to the documentation of the AssemblyVersionAttribute, it should
accept version strings like '1.0.*.0'
However, when I use that format I get an error:
(29): Error emitting System.Reflection.AssemblyVersionAttribute'
attribute -- 'The version specified '1.0.*.0' is invalid'
The line in my AssemblyInfo.cs reads:
[assembly: AssemblyVersion("1.0.*.1")]
I would like to be able to specify Major,Minor and Revision but use the
automatic Build number... am I doing something wrong, is this a bug, or is
the documentation incorrect?
TIA
Dick Appel