Dusan Czupek's blog

Blog related .NET & web development

Recent posts

Tags

Categories

Navigation

Pages

    Archive

    Blogroll

      Disclaimer

      The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

      Build Version Increment Add-In Visual Studio

      Somehow Visual Studio doesn't come with an option to only auto increment the build version of the AssemblyFileVersion attribute. Sure, by placing an * in the AssemblyVersion attribute and leaving the the AssemblyFileVersion out the compiler will auto generate build versions for both but this is a pain to maintain when you're releasing signed assemblies. Besides I don't feel like grabbing a calculator just to see when version 1.0.3394.25054 has been build. I needed a little more control.

      I found use full addin for visual studio on codeplex. Click for more details.

      Posted: Sep 30 2009, 21:44 by dczupek | Comments (8) RSS comment feed |
      • Currently 5/5 Stars.
      • 1
      • 2
      • 3
      • 4
      • 5
      Filed under: dotNet