File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ internal ObjectId TargetId
72
72
/// <summary>
73
73
/// Gets the <see cref = "GitObjectType" /> of the <see cref = "Target" /> being pointed at.
74
74
/// </summary>
75
+ [ Obsolete ( "This property will be removed in the next release. Please use TreeEntry.TargetType instead." ) ]
75
76
public virtual GitObjectType Type { get ; private set ; }
76
77
77
78
/// <summary>
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ protected TreeEntryDefinition()
31
31
/// <summary>
32
32
/// Gets the <see cref = "GitObjectType" /> of the target being pointed at.
33
33
/// </summary>
34
+ [ Obsolete ( "This property will be removed in the next release. Please use TreeEntryDefinition.TargetType instead." ) ]
34
35
public virtual GitObjectType Type { get ; private set ; }
35
36
36
37
/// <summary>
You can’t perform that action at this time.
0 commit comments