Skip to content

Commit 0995cb9

Browse files
committed
fix: readme/logo pack refs
1 parent 0597f0c commit 0995cb9

2 files changed

Lines changed: 6 additions & 11 deletions

File tree

Directory.Build.props

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212
<PackageReleaseNotes>https://github.com/BcryptNet/bcrypt.net/</PackageReleaseNotes>
1313
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1414
<PackageLicenseExpression>MIT</PackageLicenseExpression>
15-
<PackageReadmeFile>readme.md</PackageReadmeFile>
1615
<PackageTags>bcrypt;BCrypt.Net;cryptography;hashing;password;security,hash;crypto;blowfish;gdpr</PackageTags>
17-
<PackageIcon>logo.png</PackageIcon>
1816
</PropertyGroup>
1917

2018
<PropertyGroup>

src/Directory.Build.props

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
<NoWarn>NU5105;NU1507;S127;S4143;S1854;S1264;S4136;CA1510;CA1308;CA1031</NoWarn>
1515
<Features>strict</Features>
1616
<LangVersion>11.0</LangVersion>
17+
18+
<PackageReadmeFile>readme.md</PackageReadmeFile>
19+
<PackageIcon>logo.png</PackageIcon>
20+
<PackageIconUrl />
1721
</PropertyGroup>
1822

1923
<PropertyGroup>
@@ -23,17 +27,10 @@
2327
</PropertyGroup>
2428

2529
<ItemGroup>
26-
<None Include="..\..\logo.png">
27-
<Pack>True</Pack>
28-
<PackagePath>/</PackagePath>
29-
</None>
30-
<None Include="..\..\readme.md">
31-
<Pack>True</Pack>
32-
<PackagePath>/</PackagePath>
33-
</None>
30+
<None Include="../../logo.png" Pack="true" Visible="false" PackagePath="" />
31+
<None Include="../../readme.md" Pack="true" Visible="false" PackagePath="" />
3432
</ItemGroup>
3533

36-
3734
<PropertyGroup>
3835
<EnableNETAnalyzers>true</EnableNETAnalyzers>
3936
<AnalysisMode>All</AnalysisMode>

0 commit comments

Comments
 (0)