I have a solution with various BizTalk projects (maps, schema, etc.)
How can you increment each projects "Assembly File Version" in a build, whilst leaving the "Assembly Version" unchanged?
I have a solution with various BizTalk projects (maps, schema, etc.)
How can you increment each projects "Assembly File Version" in a build, whilst leaving the "Assembly Version" unchanged?
Project Properties, Application tab, Assembly Information button.
In that dialog, you will see both Assembly version and File version.
Reminder, all the .Net rules apply. File version is for display in Explorer only, it has no effect on any .Net operation.
The Assembly version can be auto incremented by placing an asterisk in any of the places.
Unfortunately, Assembly File Version does not support the wildcards. If you Bing 'Increment Assembly "File Version"' a number of alternatives come up.