Quantcast
Channel: ASP.NET Core
Viewing all articles
Browse latest Browse all 9386

Custom Minor version in Build

$
0
0

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.*")]


Viewing all articles
Browse latest Browse all 9386

Trending Articles