This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/lucenenet.git
commit b1f3c6572b9ba64fbf26b68fb23c81e6953ce890 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>
