利用SVN为程序加上小版本号

"%ProgramFiles%/TortoiseSVN/bin/SubWCRev.exe" $(SolutionDir) $(ProjectDir)Properties/AssemblyInfo.template.cs $(ProjectDir)Properties/AssemblyInfo.cs -f

 

 

 

AssemblyInfo.template.cs 中需要有以下内容

[assembly: AssemblyVersion("3.1.0.$WCREV$")]
[assembly: AssemblyFileVersion("3.1.0.$WCREV$")]

你可能感兴趣的:(SVN,assembly)