Sponsor: Do you build complex software systems? See how NServiceBus makes it easier to design, build, and manage software systems that use message queues to achieve loose coupling. Get started for free.

AssemblyInfo Patcher
TeamCity is a continuous integration server developed by JetBrains. If you are looking at trying a new build server, I highly recommend giving it a try. It should take no longer than a hour or two to install, configure, and build your project. There is a built-in build feature that allows you to modify the AssemblyInfo.cs during the build process. This feature works by scanning for all AssemblyInfo files (.cs, .vb, .cpp, .fs) in their usual file locations and replaces the AssemblyVersion, AssemblyFileVersion and AssemblyInformationVersion attributes with the values you define.Add Build Feature
Under your build configuration settings, add a new Build Feature.

