diff --git a/Passwordless.sln b/Passwordless.sln index 8c2a19a..17e7795 100644 --- a/Passwordless.sln +++ b/Passwordless.sln @@ -14,6 +14,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Directory.Build.props = Directory.Build.props README.md = README.md LICENSE = LICENSE + favicon.png = favicon.png EndProjectSection EndProject Global diff --git a/README.md b/README.md index 96521bd..8ac5cd1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Passwordless .NET SDK +# Icon Passwordless .NET SDK The official [Bitwarden Passwordless.dev](https://passwordless.dev) .NET library, supporting .NET Standard 2.0+, .NET Core 2.0+, and .NET Framework 4.6.2+. diff --git a/favicon.png b/favicon.png new file mode 100644 index 0000000..21158d8 Binary files /dev/null and b/favicon.png differ diff --git a/src/Passwordless/Passwordless.csproj b/src/Passwordless/Passwordless.csproj index 3e11b73..f187606 100644 --- a/src/Passwordless/Passwordless.csproj +++ b/src/Passwordless/Passwordless.csproj @@ -15,6 +15,7 @@ https://github.com/passwordless/passwordless-dotnet/releases Apache-2.0 false + favicon.png README.md true true @@ -45,7 +46,8 @@ - + +