Menu

Skip to primary content
  • Home
  • About
  • Curriculum Vitae
  • Development
  • Links
    • My Photo Blog
    • My Flickr Sets
    • Self-Defence Dublin
  • Contact

try { } catch { } me

Eoin Campbell's Coding Blog… (mostly)

Tagged with assembly version

Automatically update the AssemblyFileVersion attribute of a .NET Assembly

There is support in .NET for automatically incrementing the AssemblyVersion of a project by using the ".*" notation. e.g. [assembly: AssemblyVersion("0.1.*")] Unfortunately the same functionality isn't available for the AssemblyFileVersion. Often times, I don't want to bump the AssemblyVersion … Continue reading →
January 25, 2013 Leave a reply

Global Assembly Versioning Strategy & Development Workflows for .NET Assemblies

Over the past few weeks I've been working on a new project in our company which involved building a number of inter-dependent assemblies, "strongly naming" them and installing them into the Global Assembly Cache. Over the course of the project, I was forced to look at a number of issues related to … Continue reading →
August 16, 2012 1 Reply
View Full Site
Proudly powered by WordPress