On Sunday, December 16, 2012 6:00:53 PM UTC+1, Michael wrote: > > Hello, > > I am writing a tool to keep version numbers synced up within our projects, > bump AssemblyInfo versions, installer versions, and potentially also commit > / push back to repository for safe keeping. > > I've written Subversion-based solutions before, there's fairly strong > support for Svn, I'm reading also for Mercurial (Hg), along these lines. > > Is there anything comparable for Git that I can pull from NuGet or some > other source? > > Libgit2 <http://libgit2.github.com/> has bindings in C#<https://github.com/libgit2/libgit2sharp>. It's also used by the Github for Windows product, so should be fairly stable now, I reckon.
There also is gitsharp <http://www.eqqon.com/index.php/GitSharp>, an complete implementation of Git on .Net, although I believe that it is somewhat less mature than libgit2. --
