Tag: Version Number

How to Get Auto Incrementing Version Number in Visual Studio 2013 ?

If you are a user looking for a simple trick to auto incrementing version number in Visual Studio 2013 , here we go. How to Get Auto Incrementing Version Number in Visual Studio 2013 ? The AssemblyInfo class does the trick for you . Just include the asterik (*) to the end of the AssemblyVersion attribute in the AssemblyInfo class and you are done ….