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/TagCollection.cs
parent2499ea2cf9f8097671e83662214c2160d8f0d981 (diff)
create core namespace to hide away advanced internals
Diffstat (limited to 'LibGit2Sharp/TagCollection.cs')
-rw-r--r--LibGit2Sharp/TagCollection.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/LibGit2Sharp/TagCollection.cs b/LibGit2Sharp/TagCollection.cs
index f871d98d..57dc76c8 100644
--- a/LibGit2Sharp/TagCollection.cs
+++ b/LibGit2Sharp/TagCollection.cs
@@ -2,6 +2,7 @@
using System.Collections;
using System.Collections.Generic;
using System.Linq;
+using LibGit2Sharp.Core;
namespace LibGit2Sharp
{