Rash thoughts about .NET, C#, F# and Dynamics NAV.


"Every solution will only lead to new problems."

Sunday, 27. January 2013


Released new AssemblyVersion tasks for FAKE

Filed under: C#,F#,FAKE - F# Make — Steffen Forkmann at 16:11 Uhr

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: , ,

3 Comments »

  1. […] 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

  2. 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

  3. 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

RSS feed for comments on this post. | TrackBack URI

Leave a comment

XHTML ( You can use these tags): <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> .