Set C# Project Version to continua version

Hi

how can i set the version of a visual studio c# project to the version the continua build has ?

I want my deployment to have same version as the build

You can use the AssemblyInfo Updater action. When we build Continua, we have a SharedAssemblyInfo.cs file that all projects in the solution include, so updating it is trivial

AssemblyInfoFiles :
$Source.CT_Source$\Source\SharedAssemblyInfo.cs

Properties to update :
AssemblyVersion:"$Build.Version.DotNet$"
AssemblyFileVersion:"$Build.Version.DotNet$"