Skip to content

Commit f77bd02

Browse files
committed
Include README and logo in NuGet package metadata and assets.
1 parent d758543 commit f77bd02

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

icons/logo.png

12.7 KB
Loading

src/NullOpsDevs.LibSsh/NullOpsDevs.LibSsh.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
<RepositoryUrl>https://github.com/NullOpsDevs/LibSshNet</RepositoryUrl>
2121
<PackageProjectUrl>https://github.com/NullOpsDevs/LibSshNet</PackageProjectUrl>
2222
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
23+
<PackageReadmeFile>README.md</PackageReadmeFile>
24+
<PackageIcon>logo.png</PackageIcon>
2325
</PropertyGroup>
2426

2527
<!-- NuGet build settings -->
@@ -36,6 +38,11 @@
3638
<EmbedUntrackedSources>true</EmbedUntrackedSources>
3739
</PropertyGroup>
3840

41+
<ItemGroup>
42+
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
43+
<None Include="..\..\icons\logo.png" Pack="true" PackagePath="\" />
44+
</ItemGroup>
45+
3946
<!-- Include native libraries for different platforms -->
4047
<ItemGroup>
4148
<!-- Windows x64 -->

0 commit comments

Comments
 (0)