8000 Reduce exposure of public API · dotjosh/libgit2sharp@dcf3ae5 · GitHub
[go: up one dir, main page]

Skip to content

Commit dcf3ae5

Browse files
committed
Reduce exposure of public API
1 parent 146c490 commit dcf3ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LibGit2Sharp/IndexEntry.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace LibGit2Sharp
66
{
77
public class IndexEntry
88
{
9-
public IndexEntryState State { get; set; }
9+
public IndexEntryState State { get; private set; }
1010

1111
public string Path { get; private set; }
1212
public ObjectId Id { get; private set; }

0 commit comments

Comments
 (0)
0