I have a C# Program which generates an exe file.
Wondering how can I increment just the Minor version everytime when it's built ? with my current setup only build and revision are generating. For example I want Product Version as
1.1.0.0, 1.2.0.0 and 1.3.0.0....
AssemblyInfo.cs
[assembly: AssemblyVersion("1.0.*")]