Skip to content

Instantly share code, notes, and snippets.

@sbedford
Created February 4, 2015 01:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sbedford/472d9fa63a8304ce0b2f to your computer and use it in GitHub Desktop.
Save sbedford/472d9fa63a8304ce0b2f to your computer and use it in GitHub Desktop.
using LibGit2Sharp;
var repo = @"C:\development\git\CommunityPortal";
using (var repo = new Repository(repo))
{
}
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="LibGit2Sharp" version="0.21.0.176" targetFramework="net45" />
</packages>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment