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:
authornulltoken <emeric.fermas@gmail.com>2013-04-29 21:29:12 +0400
committernulltoken <emeric.fermas@gmail.com>2013-05-03 22:06:33 +0400
commitb4aae4b72586a64159a1f8f10bdf7787d091d3fa (patch)
tree7bf2d19d10743d5cc1599fb2d4a95fe68dc05cdd /LibGit2Sharp/TreeEntry.cs
parent4e2a729cbd15737560aeccf0249a9fd27139fee3 (diff)
Obsolete TreeEntry.Type and TreeEntryDefinition.Type
Diffstat (limited to 'LibGit2Sharp/TreeEntry.cs')
-rw-r--r--LibGit2Sharp/TreeEntry.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/LibGit2Sharp/TreeEntry.cs b/LibGit2Sharp/TreeEntry.cs
index 8c0b30ff..65f3795b 100644
--- a/LibGit2Sharp/TreeEntry.cs
+++ b/LibGit2Sharp/TreeEntry.cs
@@ -72,6 +72,7 @@ namespace LibGit2Sharp
/// <summary>
/// Gets the <see cref = "GitObjectType" /> of the <see cref = "Target" /> being pointed at.
/// </summary>
+ [Obsolete("This property will be removed in the next release. Please use TreeEntry.TargetType instead.")]
public virtual GitObjectType Type { get; private set; }
/// <summary>