How do I auto increment assembly version in my Assembly.cs
file so that it is a custom increment like 1.4.001 and then each build after is 1.4.002 and so on.
Currently if I use
[assembly: AssemblyVersion("1.4.*")]
it returns 1.4.6865.30445
How do I auto increment assembly version in my Assembly.cs
file so that it is a custom increment like 1.4.001 and then each build after is 1.4.002 and so on.
Currently if I use
[assembly: AssemblyVersion("1.4.*")]
it returns 1.4.6865.30445