This is an automated email from the ASF dual-hosted git repository.
nightowl888 pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/lucenenet-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new f8c6fb4 Added download page for 4.8.0-beta00016
f8c6fb4 is described below
commit f8c6fb428ece57ae7d69184861e7fb894590466d
Author: Shad Storhaug <[email protected]>
AuthorDate: Thu Feb 17 17:46:12 2022 +0700
Added download page for 4.8.0-beta00016
---
contributing/make-release.html | 14 ++++++++++---
download/download.html | 3 +++
download/toc.html | 3 +++
download/version-4.8.0-beta00015.html | 1 +
...beta00015.html => version-4.8.0-beta00016.html} | 23 +++++++++++----------
manifest.json | 24 ++++++++++++++++------
xrefmap.yml | 3 +++
7 files changed, 51 insertions(+), 20 deletions(-)
diff --git a/contributing/make-release.html b/contributing/make-release.html
index 6f3fb87..50567d8 100644
--- a/contributing/make-release.html
+++ b/contributing/make-release.html
@@ -209,18 +209,26 @@
<li>Exclude files that don't work properly with license headers included</li>
</ul>
</li>
+<li><p>Review the LICENSE.txt file.</p>
+<ul>
+<li>If any new files with an alternate license were flagged by the Apache
Release Audit Tool in the last step, add the full path to the files and the
full licenses (see the LICENSE.txt file for examples). If the license is not
found in the approved license list <a
href="https://www.apache.org/legal/resolved.html#category-a">https://www.apache.org/legal/resolved.html#category-a</a>,
the release <strong>must be postponed</strong> until the file is replaced with
one that has an acceptable l [...]
+<li>If any files have been removed from the repository, delete the
corresponding license.</li>
+<li>If any files have been moved or renamed, update the corresponding license
to reflect the new path(s).</li>
+<li>Check the copyright date and update it if the year has changed since the
prior release. Update the date in the NOTICE.txt file, also.</li>
+</ul>
+</li>
<li><p>Push the changes to the remote <code>lucenenet</code> repository
(<code>https://gitbox.apache.org/repos/asf/lucenenet.gif</code>)</p>
-<pre><code class="lang-powershell">git push <remote> master --tags
+<pre><code class="lang-powershell">git push <remote> master
</code></pre>
</li>
</ul>
</li>
<li><p>Execute a complete test locally (it can take around 20 minutes, but you
may do the next step in parallel):</p>
-<pre><code class="lang-powershell">build -pv:<packageVersion> -t -mp:10
+<pre><code class="lang-powershell">build -pv <packageVersion> -t -mp 10
</code></pre>
<div class="NOTE">
<h5>Note</h5>
-<p>Adjust the <code>-mp:</code> (maximum number of parallel jobs) number as
appropriate based on the machine that runs them. In general, a powerful machine
should be able to run 10 jobs or more and a weaker machine may only be able to
run 7 or 8 jobs in parallel. It may take some experimentation to find the right
number on your hardware to execute the tests fastest.</p>
+<p>Adjust the <code>-mp</code> (maximum number of parallel jobs) number as
appropriate based on the machine that runs them. In general, a powerful machine
should be able to run 10 jobs or more and a weaker machine may only be able to
run 7 or 8 jobs in parallel. It may take some experimentation to find the right
number on your hardware to execute the tests fastest.</p>
</div>
</li>
<li><p>Execute a complete test on a temporary Azure DevOps organization (it
can take around 40-50 minutes) (see <a
href="https://github.com/apache/lucenenet#azure-devops">build instructions on
README.md</a>).</p>
diff --git a/download/download.html b/download/download.html
index 92edf50..0a46e64 100644
--- a/download/download.html
+++ b/download/download.html
@@ -75,6 +75,9 @@
<h1 id="download-lucenenet">Download Lucene.Net</h1>
<hr>
+<h2 id="lucene-480-beta00016"><a class="xref"
href="version-4.8.0-beta00016.html">Lucene 4.8.0-beta00016</a></h2>
+<p><em>Status:</em> <strong><code>Beta</code></strong></p>
+<p><em>Released:</em> <code>2022-02-17</code></p>
<h2 id="lucene-480-beta00015"><a class="xref"
href="version-4.8.0-beta00015.html">Lucene 4.8.0-beta00015</a></h2>
<p><em>Status:</em> <strong><code>Beta</code></strong></p>
<p><em>Released:</em> <code>2021-10-29</code></p>
diff --git a/download/toc.html b/download/toc.html
index 7857b62..a0b234d 100644
--- a/download/toc.html
+++ b/download/toc.html
@@ -13,6 +13,9 @@
<ul class="nav level1">
<li>
+ <a href="version-4.8.0-beta00016.html" name=""
title="Version 4.8.0-beta00016">Version 4.8.0-beta00016</a>
+ </li>
+ <li>
<a href="version-4.8.0-beta00015.html" name=""
title="Version 4.8.0-beta00015">Version 4.8.0-beta00015</a>
</li>
<li>
diff --git a/download/version-4.8.0-beta00015.html
b/download/version-4.8.0-beta00015.html
index e2a56d6..5de4a8f 100644
--- a/download/version-4.8.0-beta00015.html
+++ b/download/version-4.8.0-beta00015.html
@@ -92,6 +92,7 @@
</ul>
<h3 id="supported-frameworks">Supported Frameworks</h3>
<ul>
+<li>.NET 6.0</li>
<li><a
href="https://docs.microsoft.com/en-us/dotnet/standard/net-standard">.NET
Standard 2.1</a></li>
<li><a
href="https://docs.microsoft.com/en-us/dotnet/standard/net-standard">.NET
Standard 2.0</a></li>
<li>.NET Framework 4.5</li>
diff --git a/download/version-4.8.0-beta00015.html
b/download/version-4.8.0-beta00016.html
similarity index 88%
copy from download/version-4.8.0-beta00015.html
copy to download/version-4.8.0-beta00016.html
index e2a56d6..6f4d0fe 100644
--- a/download/version-4.8.0-beta00015.html
+++ b/download/version-4.8.0-beta00016.html
@@ -5,9 +5,9 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- <title>Download Lucene.Net 4.8.0-beta00015 | Apache Lucene.NET 4.8.0
</title>
+ <title>Download Lucene.Net 4.8.0-beta00016 | Apache Lucene.NET 4.8.0
</title>
<meta name="viewport" content="width=device-width">
- <meta name="title" content="Download Lucene.Net 4.8.0-beta00015 | Apache
Lucene.NET 4.8.0 ">
+ <meta name="title" content="Download Lucene.Net 4.8.0-beta00016 | Apache
Lucene.NET 4.8.0 ">
<meta name="generator" content="docfx 2.56.6.0">
<link rel="shortcut icon" href="../logo/favicon.ico">
@@ -71,20 +71,20 @@
</div>
<div class="article row grid-right">
<div class="col-md-10">
- <article class="content wrap" id="_content"
data-uid="download/4.8.0-beta00015">
-<h1 id="download-lucenenet-480-beta00015">Download Lucene.Net
4.8.0-beta00015</h1>
+ <article class="content wrap" id="_content"
data-uid="download/4.8.0-beta00016">
+<h1 id="download-lucenenet-480-beta00016">Download Lucene.Net
4.8.0-beta00016</h1>
<hr>
-<h2 id="lucene-480-beta00015">Lucene 4.8.0-beta00015</h2>
+<h2 id="lucene-480-beta00016">Lucene 4.8.0-beta00016</h2>
<p><em>Status:</em> <strong><code>Beta</code></strong></p>
-<p><em>Released:</em> <code>2021-10-29</code></p>
+<p><em>Released:</em> <code>2022-02-17</code></p>
<ul>
-<li>Binary release: <strong><a
href="https://www.apache.org/dyn/closer.lua/lucenenet/4.8.0-beta00015/Apache-Lucene.Net-4.8.0-beta00015.bin.zip">Lucene.Net-4.8.0-beta00015.bin.zip</a></strong>
[<a
href="https://downloads.apache.org/lucenenet/4.8.0-beta00015/Apache-Lucene.Net-4.8.0-beta00015.bin.zip.asc">PGP</a>]
[<a
href="https://downloads.apache.org/lucenenet/4.8.0-beta00015/Apache-Lucene.Net-4.8.0-beta00015.bin.zip.sha512">SHA512</a>]</li>
-<li>Source release: <strong><a
href="https://www.apache.org/dyn/closer.lua/lucenenet/4.8.0-beta00015/Apache-Lucene.Net-4.8.0-beta00015.src.zip">Lucene.Net-4.8.0-beta00015.src.zip</a></strong>
[<a
href="https://downloads.apache.org/lucenenet/4.8.0-beta00015/Apache-Lucene.Net-4.8.0-beta00015.src.zip.asc">PGP</a>]
[<a
href="https://downloads.apache.org/lucenenet/4.8.0-beta00015/Apache-Lucene.Net-4.8.0-beta00015.src.zip.sha512">SHA512</a>]</li>
-<li><a
href="https://github.com/apache/lucenenet/releases/tag/Lucene.Net_4_8_0_beta00015">Change
log</a></li>
+<li>Binary release: <strong><a
href="https://www.apache.org/dyn/closer.lua/lucenenet/4.8.0-beta00016/Apache-Lucene.Net-4.8.0-beta00016.bin.zip">Lucene.Net-4.8.0-beta00016.bin.zip</a></strong>
[<a
href="https://downloads.apache.org/lucenenet/4.8.0-beta00016/Apache-Lucene.Net-4.8.0-beta00016.bin.zip.asc">PGP</a>]
[<a
href="https://downloads.apache.org/lucenenet/4.8.0-beta00016/Apache-Lucene.Net-4.8.0-beta00016.bin.zip.sha512">SHA512</a>]</li>
+<li>Source release: <strong><a
href="https://www.apache.org/dyn/closer.lua/lucenenet/4.8.0-beta00016/Apache-Lucene.Net-4.8.0-beta00016.src.zip">Lucene.Net-4.8.0-beta00016.src.zip</a></strong>
[<a
href="https://downloads.apache.org/lucenenet/4.8.0-beta00016/Apache-Lucene.Net-4.8.0-beta00016.src.zip.asc">PGP</a>]
[<a
href="https://downloads.apache.org/lucenenet/4.8.0-beta00016/Apache-Lucene.Net-4.8.0-beta00016.src.zip.sha512">SHA512</a>]</li>
+<li><a
href="https://github.com/apache/lucenenet/releases/tag/Lucene.Net_4_8_0_beta00016">Change
log</a></li>
</ul>
<div class="nuget-well" style="text-align:left;">
- PM> Install-Package Lucene.Net -Version 4.8.0-beta00015
+ PM> Install-Package Lucene.Net -Version 4.8.0-beta00016
</div>
<h3 id="source-code">Source code</h3>
<ul>
@@ -92,6 +92,7 @@
</ul>
<h3 id="supported-frameworks">Supported Frameworks</h3>
<ul>
+<li>.NET 6.0</li>
<li><a
href="https://docs.microsoft.com/en-us/dotnet/standard/net-standard">.NET
Standard 2.1</a></li>
<li><a
href="https://docs.microsoft.com/en-us/dotnet/standard/net-standard">.NET
Standard 2.0</a></li>
<li>.NET Framework 4.5</li>
@@ -136,7 +137,7 @@
<div class="contribution">
<ul class="nav">
<li>
- <a
href="https://github.com/apache/lucenenet/blob/master/websites/site/download/version-4.8.0-beta00015.md/#L1"
class="contribution-link">Improve this Doc</a>
+ <a
href="https://github.com/apache/lucenenet/blob/master/websites/site/download/version-4.8.0-beta00016.md/#L1"
class="contribution-link">Improve this Doc</a>
</li>
</ul>
</div>
diff --git a/manifest.json b/manifest.json
index b49e476..879b90d 100644
--- a/manifest.json
+++ b/manifest.json
@@ -137,7 +137,7 @@
"output": {
".html": {
"relative_path": "contributing/make-release.html",
- "hash": "GFC8/ROGD+Af21xcfSekrQ=="
+ "hash": "cV3IepYddP+Cgmv4GwDMeQ=="
}
},
"is_incremental": true,
@@ -209,7 +209,7 @@
"output": {
".html": {
"relative_path": "download/download.html",
- "hash": "fr165oFTilmSSJrMZ4np8g=="
+ "hash": "Zk3zOSjWXGZOwBdXpAK6Ow=="
}
},
"is_incremental": true,
@@ -221,7 +221,7 @@
"output": {
".html": {
"relative_path": "download/toc.html",
- "hash": "X4gsa6O1lvLt+EBmMISUBg=="
+ "hash": "wNzpqlc13mx7JoqYqhv2Qw=="
}
},
"is_incremental": false,
@@ -353,7 +353,19 @@
"output": {
".html": {
"relative_path": "download/version-4.8.0-beta00015.html",
- "hash": "/HGZxB0Sxn0wuz+ZjVi39Q=="
+ "hash": "OrJU/HaKkTUu5X1K3yR65w=="
+ }
+ },
+ "is_incremental": true,
+ "version": ""
+ },
+ {
+ "type": "Conceptual",
+ "source_relative_path": "download/version-4.8.0-beta00016.md",
+ "output": {
+ ".html": {
+ "relative_path": "download/version-4.8.0-beta00016.html",
+ "hash": "xpCYysd1+WILmS3MCXzZ9w=="
}
},
"is_incremental": true,
@@ -455,8 +467,8 @@
"ConceptualDocumentProcessor": {
"can_incremental": true,
"incrementalPhase": "build",
- "total_file_count": 29,
- "skipped_file_count": 29
+ "total_file_count": 30,
+ "skipped_file_count": 30
},
"ResourceDocumentProcessor": {
"can_incremental": false,
diff --git a/xrefmap.yml b/xrefmap.yml
index 5056fcf..5fd3fca 100644
--- a/xrefmap.yml
+++ b/xrefmap.yml
@@ -64,6 +64,9 @@ references:
- uid: download/4.8.0-beta00015
name: Download Lucene.Net 4.8.0-beta00015
href: download/version-4.8.0-beta00015.html
+- uid: download/4.8.0-beta00016
+ name: Download Lucene.Net 4.8.0-beta00016
+ href: download/version-4.8.0-beta00016.html
- uid: releasenotes/4.8.0-beta00013
name: Lucene.NET 4.8.0-beta00013 Release Notes
href: release-notes/version-4.8.0-beta00013.html