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 29952dd  PERFORMANCE: Lucene.Net.Queries.Mlt.MoreLikeThis: Fixed 
boxing issues with RetrieveTerms() and RetrieveInterestingTerms() methods by 
changing object[] to a class named ScoreTerm (same refactoring as Lucene 8.2.0).
     new 7d40ab8  Lucene.Net.CodeAnalysis: Added Version.props file to make it 
possible to manually bump the assembly number by one revision on any code 
change (VS requires this, see: 
https://github.com/dotnet/roslyn/issues/4381#issuecomment-342867710).
     new 6a833fd  Lucene.Net.CodeAnalysis: Downgraded from .NET Standard 2.0 to 
.NET Standard 1.3 to support VS2017. Added missing dependencies on 
Microsoft.CodeAnalysis.CSharp and Microsoft.CodeAnalysis.VisualBasic and 
adjusted version numbers using this reference: 
https://roslyn-analyzers.readthedocs.io/en/latest/how-to-start.html. (fixes 
#394)

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:
 Lucene.Net.sln                                     |  3 ++
 build/Dependencies.props                           |  6 ++--
 src/Lucene.Net/Lucene.Net.csproj                   |  4 +--
 .../Lucene.Net.CodeAnalysis.CSharp.csproj          |  7 +++--
 .../Lucene.Net.CodeAnalysis.VisualBasic.csproj     |  7 +++--
 src/dotnet/Lucene.Net.CodeAnalysis/Version.props   | 32 ++++++++++++++++++++++
 .../Lucene.Net.Tests.CodeAnalysis.csproj           |  2 +-
 7 files changed, 52 insertions(+), 9 deletions(-)
 create mode 100644 src/dotnet/Lucene.Net.CodeAnalysis/Version.props

Reply via email to