#1
|
|||
|
|||
File vs. Product Version in .Net steps
Is there a way to set different product and file versions for an assembly from within VisualBuild? It looks like the only option is to apply the same number to both file and product versions. Thanks.
|
#2
|
|||
|
|||
Specifically I am looking to be able to make this setting apply to the AssemblyInfo file
[assembly: AssemblyFileVersionAttribute("5.2.26.1")] [assembly: AssemblyInformationalVersionAttribute("5.2.0.0")] |
#3
|
|||
|
|||
|
|