Skip to content

Commit 40d4ba8

Browse files
committed
docs: add package readme to nuget for projects
1 parent 7c9ab00 commit 40d4ba8

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

Yubico.Core/src/Yubico.Core.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ limitations under the License. -->
4141
Yubico.Core is a support library used by other .NET Yubico libraries. You should likely never need to consume this package directly, as it will be included with other libraries.
4242
</Description>
4343
<PackageIcon>yubico-circle-y-mark.png</PackageIcon>
44+
<PackageReadmeFile>README.md</PackageReadmeFile>
4445
<PublishRepositoryUrl>true</PublishRepositoryUrl>
4546
<EmbedUntrackedSources>true</EmbedUntrackedSources>
4647
<IncludeSymbols>true</IncludeSymbols>
@@ -72,6 +73,7 @@ limitations under the License. -->
7273
</EmbeddedResource>
7374

7475
<None Include="..\..\LICENSE.txt" Pack="true" PackagePath="" />
76+
<None Include="..\..\README.md" Pack="true" PackagePath="" />
7577
<None Include="..\..\yubico-circle-y-mark.png" Pack="true" PackagePath="" />
7678
<None Include="..\..\Yubico.NET.SDK.snk">
7779
<Link>Yubico.NET.SDK.snk</Link>

Yubico.DotNetPolyfills/src/Yubico.DotNetPolyfills.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ limitations under the License. -->
3030

3131
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
3232
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
33+
<PackageReadmeFile>README.md</PackageReadmeFile>
3334
<PublishRepositoryUrl>true</PublishRepositoryUrl>
3435
<EmbedUntrackedSources>true</EmbedUntrackedSources>
3536
<IncludeSymbols>true</IncludeSymbols>
@@ -66,6 +67,7 @@ limitations under the License. -->
6667

6768
<ItemGroup>
6869
<None Include="..\..\LICENSE.txt" Pack="true" PackagePath="" />
70+
<None Include="..\..\README.md" Pack="true" PackagePath="" />
6971
</ItemGroup>
7072

7173
</Project>

Yubico.YubiKey/src/Yubico.YubiKey.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ limitations under the License. -->
4141
Yubico.YubiKey is the official .NET library for integrating with the YubiKey hardware authenticator. This library supports both macOS and Windows operating systems.
4242
</Description>
4343
<PackageIcon>yubico-circle-y-mark.png</PackageIcon>
44+
<PackageReadmeFile>README.md</PackageReadmeFile>
4445
<PublishRepositoryUrl>true</PublishRepositoryUrl>
4546
<EmbedUntrackedSources>true</EmbedUntrackedSources>
4647
<IncludeSymbols>true</IncludeSymbols>
@@ -100,8 +101,8 @@ limitations under the License. -->
100101
<LastGenOutput>ResponseStatusMessages.Designer.cs</LastGenOutput>
101102
<CustomToolNamespace>Yubico.YubiKey</CustomToolNamespace>
102103
</EmbeddedResource>
103-
104104
<None Include="..\..\LICENSE.txt" Pack="true" PackagePath="" />
105+
<None Include="..\..\README.md" Pack="true" PackagePath="" />
105106
<None Include="..\..\yubico-circle-y-mark.png" Pack="true" PackagePath="" />
106107
<None Include="..\..\Yubico.NET.SDK.snk">
107108
<Link>Yubico.NET.SDK.snk</Link>

0 commit comments

Comments
 (0)