VS2010 Build does not update version numbers in compiled assembly

 Hi

 

I have a .NET project in TFS.

In the action list i do a 'Get latest version' and then compile it using VS2010.

In the compile action on the .net version tab i have set autoincrement to on.

When the project finished i see on that tab the new version number, but when i checked the compile binary it has still the old value. (that was set once when creating the project)

What.do i wrong?

Do i need to do more like checking out project?

Peter

The autoincrement happens after the action completes, so the value you see there is what will be applied the next time you run the action.