Automatically updating assembly version

If you are having a problem using Vault, post a message here.
Post Reply
jsiegmund
Posts: 49
Joined: Wed May 09, 2007 3:39 am
Location: Breda
Contact:

Automatically updating assembly version

Post by jsiegmund » Fri Apr 15, 2011 2:33 am

Hello,

I was wondering if it could be made possible that the client updates the assembly version upon check-in. We're now using the star so VS generates a new version number itself, but that sometimes has some downsides. The best situation would be that the assembly version number is raised as soon as a developer checks in code into source control (since that's the moment changes are really committed).

Is this possible at the moment or could it be made possible.

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Re: Automatically updating assembly version

Post by Beth » Fri Apr 15, 2011 8:47 am

Unfortunately, Vault doesn't have the ability to track versions or build numbers of an application. If you are using a build system like NAnt or CruiseControl.NET, those should be able to perform what you need.

In the meantime, if you need to track assembly versions in Vault so that you can retrieve the project by that information, you might consider placing labels on the project parent folder after check in.
Beth Kieler
SourceGear Technical Support

Post Reply