Skip to content

Commit c193098

Browse files
authored
Rename Fido2NetLib.cs to Fido2.cs in order to match with class name (#438)
1 parent 24e2626 commit c193098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/Fido2/Fido2NetLib.cs renamed to Src/Fido2/Fido2.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace Fido2NetLib;
1010
/// <summary>
1111
/// Public API for parsing and verifying FIDO2 attestation & assertion responses.
1212
/// </summary>
13-
public partial class Fido2 : IFido2
13+
public class Fido2 : IFido2
1414
{
1515
private readonly Fido2Configuration _config;
1616
private readonly IMetadataService? _metadataService;

0 commit comments

Comments
 (0)