Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Clem <timothy.clem@gmail.com>2011-03-31 02:57:53 +0400
committerTim Clem <timothy.clem@gmail.com>2011-03-31 02:57:53 +0400
commit435b39d9236bfacf3c6e208aadbd7b4eb4cc2038 (patch)
treeb5383d882edbcd01d20bb8aac7b31356215b7c07 /LibGit2Sharp/ObjectId.cs
parent2499ea2cf9f8097671e83662214c2160d8f0d981 (diff)
create core namespace to hide away advanced internals
Diffstat (limited to 'LibGit2Sharp/ObjectId.cs')
-rw-r--r--LibGit2Sharp/ObjectId.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/LibGit2Sharp/ObjectId.cs b/LibGit2Sharp/ObjectId.cs
index c4dda7cc..a9974217 100644
--- a/LibGit2Sharp/ObjectId.cs
+++ b/LibGit2Sharp/ObjectId.cs
@@ -1,4 +1,5 @@
using System.Text;
+using LibGit2Sharp.Core;
namespace LibGit2Sharp
{