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 d6c5885 BREAKING:
Lucene.Net.Analysis.Common.Analysis.Util.OpenStringBuilder: Updated logic of
Append overloads to accept startIndex/count instead of startIndex/endIndex
new fcede0e Added MSBuild target for Apache Release Audit Tool and added
binary to the repository
new 30e246d build/Release.targets: Added targets for checking out,
signing, and committing release assets to dev/lucenenet
new 22345e2 build/Release.targets: Added target for committing the
release and added verification of signatures
new 243ae5f build/Release.targets: Added copy command for KEYS file to
the CommitReleaseCandidate target
The 4 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:
.gitignore | 5 +-
Directory.Build.targets | 2 +
Lucene.Net.sln | 1 +
build/Release.targets | 197 +++++++++++++++
.../Docs/apache2.0.txt => lib/apache-rat/LICENSE | 1 +
NOTICE.txt => lib/apache-rat/NOTICE | 5 +-
lib/apache-rat/README-ANT.txt | 63 +++++
lib/apache-rat/README-CLI.txt | 81 ++++++
lib/apache-rat/README.txt | 26 ++
lib/apache-rat/RELEASE_NOTES.txt | 272 +++++++++++++++++++++
lib/apache-rat/apache-rat-0.13.jar | Bin 0 -> 1625331 bytes
11 files changed, 649 insertions(+), 4 deletions(-)
create mode 100644 build/Release.targets
copy src/Lucene.Net.Tests.Demo/Test-Files/Docs/apache2.0.txt =>
lib/apache-rat/LICENSE (99%)
copy NOTICE.txt => lib/apache-rat/NOTICE (59%)
create mode 100644 lib/apache-rat/README-ANT.txt
create mode 100644 lib/apache-rat/README-CLI.txt
create mode 100644 lib/apache-rat/README.txt
create mode 100644 lib/apache-rat/RELEASE_NOTES.txt
create mode 100644 lib/apache-rat/apache-rat-0.13.jar