Skip to content

Commit 380711a

Browse files
committed
Add readme to NuGet package
1 parent df0f841 commit 380711a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Monocypher<font color="FF8C44">.NET</font> [![Build Status](https://github.com/xoofx/Monocypher.NET/workflows/managed/badge.svg?branch=master)](https://github.com/xoofx/Monocypher.NET/actions) [![Build Status](https://github.com/xoofx/Monocypher.NET/workflows/native/badge.svg?branch=master)](https://github.com/xoofx/Monocypher.NET/actions) [![NuGet](https://img.shields.io/nuget/v/Monocypher.svg)](https://www.nuget.org/packages/Monocypher)
22

3-
<img align="right" width="160px" height="160px" src="img/monocypher_dotnet.png">
3+
<img align="right" width="160px" height="160px" src="https://raw.githubusercontent.com/xoofx/Monocypher.NET/master/img/monocypher_dotnet.png">
44

55
Monocypher.NET is a managed wrapper around [Monocypher](https://github.com/LoupVaillant/Monocypher) cryptographic library.
66

@@ -92,7 +92,7 @@ That being said, if you are building an IoT project using the C Monocypher and y
9292

9393
## How to Build?
9494

95-
You need to install the [.NET 5 SDK](https://dotnet.microsoft.com/download/dotnet/5.0). Then from the root folder:
95+
You need to install the [.NET 6 SDK](https://dotnet.microsoft.com/download/dotnet/6.0). Then from the root folder:
9696

9797
```console
9898
$ dotnet build src -c Release

src/Monocypher/Monocypher.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<PackageProjectUrl>https://github.com/xoofx/Monocypher.NET</PackageProjectUrl>
1313
<PackageLicenseExpression>BSD-2-Clause</PackageLicenseExpression>
1414
<PublishRepositoryUrl>true</PublishRepositoryUrl>
15+
<PackageReadmeFile>readme.md</PackageReadmeFile>
1516

1617
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1718
<NoWarn>$(NoWarn);CS1591;CS0419;CS1734;CS1572;CS1573;CS1574</NoWarn>
@@ -24,6 +25,7 @@
2425

2526
<ItemGroup>
2627
<None Include="../../img/monocypher_dotnet.png" Pack="true" PackagePath="" />
28+
<None Include="../../readme.md" Pack="true" PackagePath="/"/>
2729
</ItemGroup>
2830

2931
<ItemGroup>

0 commit comments

Comments
 (0)