How can I auto increment the C# assembly version via our CI platform (Hudson)?
Here’s what I did, for stamping the AssemblyFileVersion attribute. Removed the AssemblyFileVersion from AssemblyInfo.cs Add a new, empty, file called AssemblyFileInfo.cs to the project. Install the MSBuild community tasks toolset on the hudson build machine or as a NuGet dependency in your project. Edit the project (csproj) file , it’s just an msbuild file, and … Read more