Hey there...

I'm using this BuildTask.dll (
http://www.codeproject.com/KB/dotnet...t_Version.aspx ) to
auto-increment my assembly/file number.
On the main application file it works beautifuly... But my App has 11 class
libraries.

When I try to use this with this class lib, when compiled and versioned, it
conflicts on the main app, due wrong assembly version.

What should be the best practice to do?
- Keep the projects apart from the solution, updating them on the main app
on each update, considering that most of them are quite stable, requiring
just a few modifications here and there..
- Change the versions manually
- Other options??

All the projects are referenced in the same solution file.
Running VS2005SP1.
VB and C# projects


Tks in advance,
christiano.