Skip to content

Commit 22c2206

Browse files
authored
Mark ReflectionIgnoreAttribute as internal
1 parent 914f358 commit 22c2206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitVersionCore/Extensions/ObjectExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace GitVersion.Extensions
66
{
77
public static class ObjectExtensions
88
{
9-
public sealed class ReflectionIgnoreAttribute : Attribute
9+
internal sealed class ReflectionIgnoreAttribute : Attribute
1010
{
1111
}
1212

0 commit comments

Comments
 (0)