This is an automated email from the ASF dual-hosted git repository.
nightowl888 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git.
from 11c6b82 lucene-cli/docs/index.md: Updated prerequisites for
lucene-cli to .NET 6.0 Runtime
new e490e79 SWEEP: Updated NuGet packages with URLs for documentation,
release notes, and a link back to the main Lucene.Net NuGet package.
new 015c537 Lucene.Net: Added embedded readme file for NuGet package
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
build/NuGet.props | 19 ++-
build/build.ps1 | 16 +++
.../Lucene.Net.Analysis.Common.csproj | 7 +-
.../Lucene.Net.Analysis.Kuromoji.csproj | 7 +-
.../Lucene.Net.Analysis.Morfologik.csproj | 9 +-
.../Lucene.Net.Analysis.OpenNLP.csproj | 9 +-
.../Lucene.Net.Analysis.Phonetic.csproj | 7 +-
.../Lucene.Net.Analysis.SmartCn.csproj | 8 +-
.../Lucene.Net.Analysis.Stempel.csproj | 7 +-
.../Lucene.Net.Benchmark.csproj | 7 +-
.../Lucene.Net.Classification.csproj | 7 +-
src/Lucene.Net.Codecs/Lucene.Net.Codecs.csproj | 7 +-
.../Lucene.Net.Expressions.csproj | 7 +-
src/Lucene.Net.Facet/Lucene.Net.Facet.csproj | 7 +-
src/Lucene.Net.Grouping/Lucene.Net.Grouping.csproj | 7 +-
.../Lucene.Net.Highlighter.csproj | 7 +-
src/Lucene.Net.Join/Lucene.Net.Join.csproj | 9 +-
src/Lucene.Net.Memory/Lucene.Net.Memory.csproj | 7 +-
src/Lucene.Net.Misc/Lucene.Net.Misc.csproj | 7 +-
src/Lucene.Net.Queries/Lucene.Net.Queries.csproj | 7 +-
.../Lucene.Net.QueryParser.csproj | 7 +-
.../Lucene.Net.Replicator.csproj | 7 +-
src/Lucene.Net.Sandbox/Lucene.Net.Sandbox.csproj | 7 +-
src/Lucene.Net.Spatial/Lucene.Net.Spatial.csproj | 7 +-
src/Lucene.Net.Suggest/Lucene.Net.Suggest.csproj | 7 +-
.../Lucene.Net.TestFramework.csproj | 7 +-
src/Lucene.Net/Lucene.Net.csproj | 2 +
src/Lucene.Net/readme-nuget.md | 146 +++++++++++++++++++++
src/dotnet/Lucene.Net.ICU/Lucene.Net.ICU.csproj | 7 +-
29 files changed, 334 insertions(+), 31 deletions(-)
create mode 100644 src/Lucene.Net/readme-nuget.md