P
Patrick Berny
Hi there:
I wanted to specify a different file and assembly version for our app and
dlls, but then realized that the AssemblyFileVersion attribute does not
seem to be supported in .NetCF.
Is there any workaround to achieve this easily inside VisualStudio or do I
need to compile manually something like:
csc /target:module ...
al /fileversion:<myVersionString> ...
I assume this should work, but haven't tried it out yet.
Thanks for your help,
Patrick
I wanted to specify a different file and assembly version for our app and
dlls, but then realized that the AssemblyFileVersion attribute does not
seem to be supported in .NetCF.
Is there any workaround to achieve this easily inside VisualStudio or do I
need to compile manually something like:
csc /target:module ...
al /fileversion:<myVersionString> ...
I assume this should work, but haven't tried it out yet.
Thanks for your help,
Patrick