Ido Ran
2010-08-19 08:10:44 UTC
Hi,
I'm using git to manage my .NET solution which contain 4 C# projects.
.NET assemblies have version of schema major.minor.build.revision.
I manage the major and minor manually.
I would like to hook git into my help by increasing the build number
of each project that is part of this commit.
I think I can use git hooks (pre-commit) to run an MSBuild task that
will change the version of the assembly or any other command line to
change the version of the assembly.
I would like to know if anyone does something like this?
Thank you,
Ido
I'm using git to manage my .NET solution which contain 4 C# projects.
.NET assemblies have version of schema major.minor.build.revision.
I manage the major and minor manually.
I would like to hook git into my help by increasing the build number
of each project that is part of this commit.
I think I can use git hooks (pre-commit) to run an MSBuild task that
will change the version of the assembly or any other command line to
change the version of the assembly.
I would like to know if anyone does something like this?
Thank you,
Ido
--
You received this message because you are subscribed to the Google Groups "Git for human beings" group.
To post to this group, send email to git-users-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To unsubscribe from this group, send email to git-users+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit this group at http://groups.google.com/group/git-users?hl=en.
You received this message because you are subscribed to the Google Groups "Git for human beings" group.
To post to this group, send email to git-users-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To unsubscribe from this group, send email to git-users+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit this group at http://groups.google.com/group/git-users?hl=en.