TfsVersioning Build Activity Now Fortified with F#!
Thanks to a response on CodePlex to my TfsVersioning project by “Rickasaurus”, the project was updated to support versioning F# assemblies as well as C#, VB and C++. Rickasaurus provided a code example on the discussion board of how he used my code and added the functionality. I took that code and modified it a little to make part of an AssemblyInfo search a little more flexible using Regex (Regex rocks by the way!), created some more tests and then pushed out a new version: 1.3.1.0.
Thanks to Rickasaurus for his assistance and this process has definitely reinforced to me how a project can be improved with community support.
So, if you need to version .NET assemblies as part of the build process within TFS 2010 (which is Windows Workflow 4.0 XAML based), go check out the project.
Tags: .NET, Automated Build, Team Foundation Server, TFS, Versioning


Pingback: TfsVersioning 1.5 - TFS Automated Build Extension Released | Mark Nichols