How to specify different file and assembly versions

  • Thread starter Thread starter Patrick Berny
  • Start date Start date
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
 
Thanks Daniel:

that makes me wonder where my mind was when googleing around this morning.
I really should have been able to find that.

Patrick
 
Back
Top