I wanna use Version Number stated inside AssemblyInfo.cs as foldername in Post-Build Command Line.. How can I extract out the version number as a variable to set as the folder name? or is there any other alternative ways?
I tried using sed tools and filever but it doesn't seems to work as mention in this post Determine Assembly Version during a Post Build Event?