Added IReferenceClient and failing test

This commit is contained in:
Kristian Hellang
2013-11-22 01:00:52 +01:00
parent d7634c1dc4
commit 54986a80aa
7 changed files with 22 additions and 0 deletions
+1
View File
@@ -11,5 +11,6 @@
public ITagsClient Tag { get; set; }
public ICommitsClient Commit { get; set; }
public IReferencesClient Reference { get; set; }
}
}