How to specify different file and assembly versions

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
 
P

Patrick Berny

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top