Skip to content

Commit 0fa7bb4

Browse files
authored
Link to latest nuget in readme.md
1 parent df83d8f commit 0fa7bb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ Enable passwordless sign in for all .net apps (asp, core, native).
1717

1818
To provide a developer friendly and well tested [.NET](https://dotnet.microsoft.com/) [FIDO2 Server](https://fidoalliance.org/specs/fido-v2.0-rd-20180702/fido-server-v2.0-rd-20180702.html) / [WebAuthn relying party](https://www.w3.org/TR/webauthn/#relying-party) library for the easy validation of [registration](https://www.w3.org/TR/webauthn/#usecase-registration) ([attestation](https://www.w3.org/TR/webauthn/#attestation)) and [authentication](https://www.w3.org/TR/webauthn/#usecase-authentication) ([assertion](https://www.w3.org/TR/webauthn/#authentication-assertion)) of [FIDO2](https://fidoalliance.org/fido2/) / [WebAuthn](https://www.w3.org/TR/webauthn/) credentials, in order to increase the adoption of the technology, ultimately defeating phishing attacks.
1919

20-
```Install-Package Fido2 -Version 1.1.0```
20+
```Install-Package Fido2```
2121

2222
To use the asp.net helpers, install the asp.net-package.
2323

24-
```Install-Package Fido2.AspNet -Version 1.1.0```
24+
```Install-Package Fido2.AspNet```
2525

2626
### Demo
2727
* **Online example**: https://www.passwordless.dev

0 commit comments

Comments
 (0)