I have a solution having 5 .NET projects. Is there a way to automate the version update in the form 1.0.* ?
Asked
Active
Viewed 2,192 times
1
-
1The point of using "1.0.*" is that you don't have to automate it. – Hans Passant Sep 22 '13 at 16:56
3 Answers
0
You need the AssemblyInfo Task for that.
You can also use VersionUpdator.
VersionUpdater is a simple command line tool for .NET developers to automatically increment version numbers when building .NET assemblies from Visual Studio or your automated build scripts.

Rahul Tripathi
- 168,305
- 31
- 280
- 331
0
You can find below article helpful:
http://www.codeproject.com/Articles/31236/How-To-Update-Assembly-Version-Number-Automaticall

skjcyber
- 5,759
- 12
- 40
- 60