Skip to content

Commit ae7056b

Browse files
authored
Add package favicon (#34)
1 parent 2fac13c commit ae7056b

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

Passwordless.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1414
Directory.Build.props = Directory.Build.props
1515
README.md = README.md
1616
LICENSE = LICENSE
17+
favicon.png = favicon.png
1718
EndProjectSection
1819
EndProject
1920
Global

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Passwordless .NET SDK
1+
# <img src="favicon.png" width="24" height="24" alt="Icon" /> Passwordless .NET SDK
22

33
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+.
44

favicon.png

1.66 KB
Loading

src/Passwordless/Passwordless.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<PackageReleaseNotes>https://github.com/passwordless/passwordless-dotnet/releases</PackageReleaseNotes>
1616
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1717
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
18+
<PackageIcon>favicon.png</PackageIcon>
1819
<PackageReadmeFile>README.md</PackageReadmeFile>
1920
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2021
<PublishRepositoryUrl>true</PublishRepositoryUrl>
@@ -45,7 +46,8 @@
4546
</ItemGroup>
4647

4748
<ItemGroup>
48-
<None Include="../../README.md" Pack="true" PackagePath="/" />
49+
<None Include="../../favicon.png" Pack="true" PackagePath="/" Visible="false" />
50+
<None Include="../../README.md" Pack="true" PackagePath="/" Visible="false" />
4951
</ItemGroup>
5052

5153
<ItemGroup>

0 commit comments

Comments
 (0)