This is an automated email from the ASF dual-hosted git repository.

nightowl888 pushed a commit to branch sourcelink-experiment
in repository https://gitbox.apache.org/repos/asf/lucenenet.git

commit f9910e31fb8eb878483f9d465e69c93c4f56882e
Author: Shad Storhaug <[email protected]>
AuthorDate: Thu Dec 23 16:32:27 2021 +0700

    lucene-cli: Added embedded readme to NuGet package
---
 src/dotnet/tools/lucene-cli/lucene-cli.csproj | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/dotnet/tools/lucene-cli/lucene-cli.csproj 
b/src/dotnet/tools/lucene-cli/lucene-cli.csproj
index 6dfabd5..1f3018c 100644
--- a/src/dotnet/tools/lucene-cli/lucene-cli.csproj
+++ b/src/dotnet/tools/lucene-cli/lucene-cli.csproj
@@ -35,6 +35,7 @@
     <PackageId>lucene-cli</PackageId>
     <Description>The Lucene.Net command line interface (CLI) is a new 
cross-platform toolchain with utilities for maintaining Lucene.Net and demos 
for learning basic Lucene.Net functionality. Run 'lucene' to see usage 
information.</Description>
     <PackageTags>$(PackageTags);maintenance;utility</PackageTags>
+    <PackageReadmeFile>readme.md</PackageReadmeFile>
     
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
     
     
@@ -46,6 +47,7 @@
   <Import Project="$(SolutionDir)build\Dependencies.props" />
 
   <ItemGroup>
+    <None Include="docs\index.md" Pack="true" PackagePath="\readme.md"/>
     <None Update="appsettings.json">
       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     </None>

Reply via email to