Quantcast
Channel: asp.net web site - add version number automatically? - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by Darin Dimitrov for asp.net web site - add version number...

In order to autoincrement the version of the assembly at each build you could use the following assembly attribute:[assembly: AssemblyVersion("1.0.*")]and to read the version at runtime of the...

View Article



Answer by Hans Kesting for asp.net web site - add version number automatically?

Yes, in the AssemblyInfo.cs (or .vb, I guess) you can specify an [assembly: AssemblyVersion("1.1.*")] attribute. The "*" means that that part of the 4-part number is generated automatically (it's based...

View Article

asp.net web site - add version number automatically?

Is it possible in an asp.net web site project for it to increment a build version number automatically (and display it to our test team)

View Article
Browsing all 3 articles
Browse latest View live




Latest Images