Skip to content

Commit d84651e

Browse files
committed
package readme
1 parent 6c05715 commit d84651e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Otp.NET/Otp.NET.csproj

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ For documentation and examples visit the project website on GitHub at https://gi
1515
<Summary>An implementation of TOTP which is commonly used for multi factor authentication.</Summary>
1616
<PackageTags>otp,totp,hotp,2fa,two factor</PackageTags>
1717
<PackageIcon>icon.png</PackageIcon>
18+
<PackageReadmeFile>README.md</PackageReadmeFile>
1819
<RepositoryUrl>https://github.com/kspearrin/Otp.NET</RepositoryUrl>
1920
<SignAssembly>true</SignAssembly>
2021
<RootNamespace>OtpNet</RootNamespace>
@@ -31,6 +32,7 @@ For documentation and examples visit the project website on GitHub at https://gi
3132

3233
<ItemGroup>
3334
<None Include="..\..\LICENSE.txt" Pack="true" PackagePath="\"/>
35+
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
3436
<None Include="..\..\icon.png" Pack="true" PackagePath="\" />
3537
</ItemGroup>
3638

0 commit comments

Comments
 (0)