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 1cd3943  Merge pull request #517 from rclabo/2021_08_Improved_README_md
     new 58c93bb  SWEEP: Optimized embedded resource references using glob 
patterns
     new 265ab1b  .github/workflows/Generate-TestWorkflows.ps1: Fixed trigger 
for GitHub Action paths to include all externally referenced CS and embedded 
resource files

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:
 .github/workflows/Generate-TestWorkflows.ps1       | 39 ++++++++++++++++++----
 .github/workflows/Lucene-Net-Tests-AllProjects.yml |  1 +
 .../workflows/Lucene-Net-Tests-Analysis-Common.yml |  7 ++++
 .../Lucene-Net-Tests-Analysis-Kuromoji.yml         |  3 ++
 .../Lucene-Net-Tests-Analysis-Morfologik.yml       |  3 ++
 .../Lucene-Net-Tests-Analysis-OpenNLP.yml          |  2 ++
 .../Lucene-Net-Tests-Analysis-Stempel.yml          |  1 +
 .github/workflows/Lucene-Net-Tests-Benchmark.yml   |  3 ++
 .github/workflows/Lucene-Net-Tests-Cli.yml         |  2 ++
 .github/workflows/Lucene-Net-Tests-Demo.yml        |  1 +
 .github/workflows/Lucene-Net-Tests-Highlighter.yml |  1 +
 .github/workflows/Lucene-Net-Tests-ICU.yml         | 11 ++++++
 .github/workflows/Lucene-Net-Tests-Memory.yml      |  1 +
 .github/workflows/Lucene-Net-Tests-QueryParser.yml |  4 +++
 .github/workflows/Lucene-Net-Tests-Sandbox.yml     |  1 +
 .github/workflows/Lucene-Net-Tests-Spatial.yml     |  1 +
 .github/workflows/Lucene-Net-Tests-Suggest.yml     |  1 +
 .../workflows/Lucene-Net-Tests-TestFramework.yml   |  2 ++
 .github/workflows/Lucene-Net-Tests-_A-D.yml        |  5 +++
 .github/workflows/Lucene-Net-Tests-_E-I.yml        | 15 +++++++++
 .github/workflows/Lucene-Net-Tests-_I-J.yml        | 20 +++++++++++
 .github/workflows/Lucene-Net-Tests-_J-S.yml        |  7 ++++
 .github/workflows/Lucene-Net-Tests-_T-Z.yml        |  2 ++
 .../Lucene.Net.Analysis.Common.csproj              |  5 +--
 .../Lucene.Net.Analysis.Kuromoji.csproj            |  3 +-
 .../Lucene.Net.Analysis.Morfologik.csproj          | 16 +--------
 .../Lucene.Net.Analysis.Phonetic.csproj            |  4 +--
 .../Lucene.Net.Analysis.SmartCn.csproj             |  5 ++-
 .../Lucene.Net.Analysis.Stempel.csproj             |  2 +-
 .../Lucene.Net.Benchmark.csproj                    |  2 +-
 .../Lucene.Net.Tests.Analysis.Kuromoji.csproj      |  4 ++-
 .../Lucene.Net.Tests.Analysis.Morfologik.csproj    | 12 ++-----
 .../Lucene.Net.Tests.Analysis.OpenNLP.csproj       | 19 ++---------
 .../Lucene.Net.Tests.Benchmark.csproj              |  6 ++--
 .../Lucene.Net.Tests.Memory.csproj                 |  2 +-
 .../Lucene.Net.Tests.QueryParser.csproj            |  4 ++-
 .../Lucene.Net.Tests.Spatial.csproj                |  2 +-
 src/dotnet/Lucene.Net.ICU/Lucene.Net.ICU.csproj    |  1 -
 .../Lucene.Net.Tests.ICU.csproj                    | 11 +++---
 39 files changed, 161 insertions(+), 70 deletions(-)

Reply via email to