Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit de08427

Browse files
Making ValidateGitInstallResult public
1 parent 9bb9408 commit de08427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.Api/Git/ValidateGitInstallResult.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace GitHub.Unity
44
{
5-
struct ValidateGitInstallResult
5+
public struct ValidateGitInstallResult
66
{
77
public bool IsValid;
88
public Version GitVersion;

0 commit comments

Comments
 (0)