Skip to content

Commit 6bb0990

Browse files
iamcarbonabergs
authored andcommitted
Move EnumExtensions to ./Extensions and make internal
1 parent 05a0823 commit 6bb0990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/Fido2/EnumExtensions.cs renamed to Src/Fido2/Extensions/EnumExtensions.cs

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

66
namespace Fido2NetLib
77
{
8-
public static class EnumExtensions
8+
internal static class EnumExtensions
99
{
1010
/// <summary>
1111
/// Gets the enum value from EnumMemberAttribute's value.

0 commit comments

Comments
 (0)