Today I released two new AssemblyInfo tasks for FAKE and marked the old one as obsolete. One advantage of the new tasks is that they only generate the specified attributes and no more. There are already a lot of predefined attributes but it’s also possible to specify new ones. Here is a small example:
Tags: F#, F-sharp Make, Fake
[…] Steffen Forkmann posted “Released new AssemblyVersion tasks for FAKE“. […]
Pingback by F# Weekly #4, 2013 « Sergey Tihon's Blog — Sunday, 27. January 2013 um 21:00 Uhr
When I have the assemblyinfo contents specified in the project already, is it possible to for example only update the Version number and leave the rest of the existing file alone? I don’t want to specify the assembly info in my build file, just set the version.
Comment by phil — Friday, 22. March 2013 um 12:44 Uhr
Hi phil,
you could do a text replace in the AssemblyInfo files. But AFAIK there is no special helper for this at the moment.
Cheers,
Steffen
Comment by Steffen Forkmann — Friday, 22. March 2013 um 12:48 Uhr