We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d758543 commit f77bd02Copy full SHA for f77bd02
2 files changed
icons/logo.png
12.7 KB
src/NullOpsDevs.LibSsh/NullOpsDevs.LibSsh.csproj
@@ -20,6 +20,8 @@
20
<RepositoryUrl>https://github.com/NullOpsDevs/LibSshNet</RepositoryUrl>
21
<PackageProjectUrl>https://github.com/NullOpsDevs/LibSshNet</PackageProjectUrl>
22
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
23
+ <PackageReadmeFile>README.md</PackageReadmeFile>
24
+ <PackageIcon>logo.png</PackageIcon>
25
</PropertyGroup>
26
27
<!-- NuGet build settings -->
@@ -36,6 +38,11 @@
36
38
<EmbedUntrackedSources>true</EmbedUntrackedSources>
37
39
40
41
+ <ItemGroup>
42
+ <None Include="..\..\README.md" Pack="true" PackagePath="\" />
43
+ <None Include="..\..\icons\logo.png" Pack="true" PackagePath="\" />
44
+ </ItemGroup>
45
+
46
<!-- Include native libraries for different platforms -->
47
<ItemGroup>
48
<!-- Windows x64 -->
0 commit comments