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

-- 
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-us...@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.

Reply via email to