VersionModifierTask is a MSBuild Task designed to help you easily modify your existing assembly version information using a predifined pattern.
It is build in C# and can be included in your MSBuild Script, other keywords are: AssemblyInfo, Version, change, modify, msbuild, task, tfs, cruise control, revision
There are several examples on the internet that allow you to create your assemblyinfo file during your build, with versionmodifiertask your existing assemblyinfo file is leading. In most cases you only want to change a certain part of the version.
What's New in This Release: [ read full changelog ]
· Added support for changing assemblyinfo files that are readonly.