Updated website
diff --git a/contributing/documentation.html b/contributing/documentation.html
index 0252afc..0dad7e0 100644
--- a/contributing/documentation.html
+++ b/contributing/documentation.html
@@ -134,7 +134,7 @@
 <li>Run the documentation build script to produce the documentation site</li>
 <li>Publish the output to the <a href="https://github.com/apache/lucenenet-site"><code>lucenenet-site</code></a> repository into a correpsonding named version directory</li>
 </ul>
-<p>We don't want to manually change the converted resulting markdown files (<code>.md</code>) because they would get overwritten again when the conversion process is re-executed. Therefor to fix any formatting issues or customized output of the project docs, these customizations/fixes/tweaks are built directly in to the conversion process itself in the <code>JavaDocToMarkdownConverter.csproj</code> project.</p>
+<p>We don't want to manually change the converted resulting markdown files (<code>.md</code>) because they would get overwritten again when the conversion process is re-executed. Therefore to fix any formatting issues or customized output of the project docs, these customizations/fixes/tweaks are built directly into the conversion process itself in the <code>JavaDocToMarkdownConverter.csproj</code> project.</p>
 <h3 id="building-the-docs">Building the docs</h3>
 <ul>
 <li>Checkout the Lucene.Net release tag to build the docs against</li>
diff --git a/contributing/make-release.html b/contributing/make-release.html
index 7de8083..deb8de3 100644
--- a/contributing/make-release.html
+++ b/contributing/make-release.html
@@ -78,10 +78,10 @@
 <p>This is a project-specific procedure, based on the <a href="https://infra.apache.org/release-publishing.html">Apache Release Creation Process</a></p>
 </div>
 <h2 id="versioning">Versioning</h2>
-<p>For Package Version, Nuget version and branch naming guidelines see the <a class="xref" href="versioning.html">Versioning Procedure Overview</a> document.</p>
+<p>For Package Version, NuGet version and branch naming guidelines see the <a class="xref" href="versioning.html">Versioning Procedure Overview</a> document.</p>
 <h2 id="release-preparation">Release Preparation</h2>
 <ul>
-<li><p>Nominate a release manager (must be a Lucene.NET committer)</p>
+<li><p>Nominate a release manager (must be a Lucene.NET committer).</p>
 </li>
 <li><p>Review all GitHub issues associated with the release milestone. All issues should be resolved or closed.</p>
 </li>
@@ -91,7 +91,7 @@
 <h2 id="steps-for-the-release-manager">Steps for the Release Manager</h2>
 <p>The following steps need only to be performed once.</p>
 <ul>
-<li><p>Install the <a href="https://www.oracle.com/java/technologies/javase-jre8-downloads.html">Java Runtime Environment</a></p>
+<li><p>Install the <a href="https://www.oracle.com/java/technologies/javase-jre8-downloads.html">Java Runtime Environment</a>. This is a dependency of the Release Audit Tool.</p>
 </li>
 <li><p>Install a subversion command line client, such as <a href="https://tortoisesvn.net/downloads.html">TortoiseSVN</a></p>
 </li>
@@ -153,11 +153,11 @@
 </li>
 </ul>
 </li>
-<li><p>Execute a complete test locally (it can take up to an hour, but you may do the next step in parallel):</p>
+<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:&lt;packageVersion&gt; -t -mp:10
 </code></pre>
 </li>
-<li><p>Execute a complete test on a temporary Azure DevOps organization (it can take up to an hour) (see <a href="https://github.com/apache/lucenenet#azure-devops">build instructions on README.md</a>).</p>
+<li><p>Execute a complete test on a temporary Azure DevOps organization (it can take around 30-40 minutes) (see <a href="https://github.com/apache/lucenenet#azure-devops">build instructions on README.md</a>).</p>
 </li>
 </ul>
 <h2 id="successful-release-preparation">Successful Release Preparation</h2>
@@ -175,13 +175,27 @@
 </li>
 <li><p>Click the back arrow to return to the main view</p>
 </li>
-<li><p>Click the <code>Run</code> button to begin the build (it will take about an hour)</p>
+<li><p>Click the <code>Run</code> button to begin the build (it will take about 40 minutes)</p>
 </li>
+</ul>
+<h3 id="check-the-release-artifacts">Check the Release Artifacts</h3>
+<ul>
+<li>Upon successful Azure DevOps build, download the <code>release</code> build artifact and unzip it. Note you will need to copy the files in a later step.</li>
+</ul>
+<p>Perform basic checks against the release binary:</p>
+<ul>
+<li><p>Check presence and appropriateness of LICENSE, NOTICE, and README files.</p>
+</li>
+<li><p>Check the <code>nupkg</code> files to ensure they can be referenced in Visual Studio.</p>
+</li>
+</ul>
+<h3 id="sign-the-release">Sign the Release</h3>
+<ul>
 <li><p>On your local Git clone, check out the SVN distribution repositories</p>
 <pre><code class="lang-powershell">dotnet msbuild -t:CheckoutRelease
 </code></pre>
 </li>
-<li><p>Upon successful Azure DevOps build, download the <code>release</code> build artifact, which contains the release binaries and copy both the <code>.src.zip</code> and <code>.bin.zip</code> files to a new folder named <code>&lt;repo root&gt;/svn-dev/&lt;packageVersion&gt;/</code></p>
+<li><p>From the <code>release</code> build artifact that you downloaded from Azure DevOps in the <strong>Check the Release Artifacts</strong> section, copy both the <code>.src.zip</code> and <code>.bin.zip</code> files to a new folder named <code>&lt;repo root&gt;/svn-dev/&lt;packageVersion&gt;/</code></p>
 </li>
 <li><p>On your local Git clone, tag the repository using the info in <code>RELEASE-TODO.txt</code></p>
 <ul>
@@ -202,14 +216,6 @@
 <li><p>Check signature of generated artifacts (the <code>SignReleaseCandidate</code> target above runs the commands)</p>
 </li>
 </ul>
-<h3 id="check-the-release-artifacts">Check the Release Artifacts</h3>
-<p>Perform basic checks against the release binary:</p>
-<ul>
-<li><p>Check presence and appropriateness of LICENSE, NOTICE, and README files.</p>
-</li>
-<li><p>Check the <code>nupkg</code> files to ensure they can be referenced in Visual Studio.</p>
-</li>
-</ul>
 <h3 id="add-release-artifacts-to-the-svn-dev-distribution-repository">Add Release Artifacts to the SVN <code>dev</code> Distribution Repository</h3>
 <pre><code class="lang-powershell"># Note the command copies the &lt;repo root&gt;/svn-release/KEYS file to &lt;repo-root&gt;/svn-dev/KEYS
 # and overwrites any local changes to it
@@ -232,7 +238,7 @@
 https://github.com/apache/lucenenet/tree/[tag]
 
 The release notes are listed at:
-https://github.com/apache/lucenenet/releases/tag/[tag-url]&quot;
+https://github.com/apache/lucenenet/releases/tag/[tag-url]
 
 The release was made using the Lucene.NET release process, documented on the website:
 https://lucenenet.apache.org/contributing/make-release.html
@@ -246,6 +252,7 @@
 The vote passes if at least three binding +1 votes are cast.
 
 [ ] +1 Release the packages as Apache Lucene.NET [VERSION]
+
 [ ] -1 Do not release the packages because...
 
 </code></pre>
@@ -290,6 +297,19 @@
 <p>Commit the distribution via SVN to <a href="https://dist.apache.org/repos/dist/release">https://dist.apache.org/repos/dist/release</a>:</p>
 <pre><code class="lang-powershell">dotnet msbuild -t:CommitRelease -p:PackageVersion=&lt;packageVersion&gt;
 </code></pre>
+<div class="NOTE">
+<h5>Note</h5>
+<p>If preferred or if the above command fails, this step can be done manually using Windows Explorer/TortoiseSVN by doing the following steps:</p>
+<ul>
+<li>Copy <code>&lt;repo root&gt;/svn-dev/KEYS</code> to <code>&lt;repo root&gt;/svn-release/KEYS</code></li>
+<li>Copy <code>&lt;repo root&gt;/svn-dev/&lt;packageVersion&gt;</code> to <code>&lt;repo root&gt;/svn-release/&lt;packageVersion&gt;</code></li>
+<li>Right-click on <code>&lt;repo root&gt;/svn-release</code>, and click &quot;SVN Commit...&quot;</li>
+<li>Add the commit message <code>Added Apache-Lucene.Net-&lt;packageVersion&gt; to release/lucenenet</code> and click OK</li>
+<li>Right-click on <code>&lt;repo root&gt;/svn-dev/&lt;packageVersion&gt;</code> and click &quot;TortoiseSVN &gt; Delete&quot;</li>
+<li>Right-click on <code>&lt;repo root&gt;/svn-dev</code> and click &quot;SVN Commit...&quot;</li>
+<li>Add the commit message <code>Removed Apache-Lucene.Net-&lt;packageVersion&gt; from dev/lucenenet</code> and click OK</li>
+</ul>
+</div>
 <h3 id="archive-old-releases">Archive Old Release(s)</h3>
 <p>To reduce the load on the ASF mirrors, projects are required to delete old releases (see <a href="http://www.apache.org/legal/release-policy.html#when-to-archive">http://www.apache.org/legal/release-policy.html#when-to-archive</a>).</p>
 <p>Remove the old releases from SVN under <a href="https://dist.apache.org/repos/dist/release/lucenenet/">https://dist.apache.org/repos/dist/release/lucenenet/</a>.</p>
@@ -333,7 +353,7 @@
 </li>
 <li><p>Publish the Draft <a href="https://github.com/apache/lucenenet/releases">GitHub Release</a> that was <a href="#release-steps">created earlier</a>, updating the tag if necessary</p>
 </li>
-<li><p>Send announcement email</p>
+<li><p>Send announcement email 24 hours after the release (to ensure the mirrors have propagated the download locations)</p>
 <div class="IMPORTANT">
 <h5>Important</h5>
 <p>Only include announce@apache.org if it is a stable release version</p>
diff --git a/docs.html b/docs.html
index 408c64c..5149ce1 100644
--- a/docs.html
+++ b/docs.html
@@ -62,6 +62,9 @@
 <h2 id="lucene-480">Lucene 4.8.0</h2>
 <p>The API docs are slightly different between versions, each one is listed below:</p>
 <ul>
+<li><a href="https://lucenenet.apache.org/docs/4.8.0-beta00012/">4.8.0-beta00012</a></li>
+<li><a href="https://lucenenet.apache.org/docs/4.8.0-beta00011/">4.8.0-beta00011</a></li>
+<li><a href="https://lucenenet.apache.org/docs/4.8.0-beta00010/">4.8.0-beta00010</a></li>
 <li><a href="https://lucenenet.apache.org/docs/4.8.0-beta00009/">4.8.0-beta00009</a></li>
 <li><a href="https://lucenenet.apache.org/docs/4.8.0-beta00008/">4.8.0-beta00008</a></li>
 <li><a href="https://lucenenet.apache.org/docs/4.8.0-beta00007/">4.8.0-beta00007</a></li>
diff --git a/download/download.html b/download/download.html
index a9703a8..8619210 100644
--- a/download/download.html
+++ b/download/download.html
@@ -74,6 +74,9 @@
 <h1 id="download-lucenenet">Download Lucene.Net</h1>
 
 <hr>
+<h2 id="lucene-480-beta00012"><a class="xref" href="version-4.8.0-beta00012.html">Lucene 4.8.0-beta00012</a></h2>
+<p><em>Status:</em> <strong><code>Beta</code></strong></p>
+<p><em>Released:</em> <code>2020-09-19</code></p>
 <h2 id="lucene-480-beta00011"><a class="xref" href="version-4.8.0-beta00011.html">Lucene 4.8.0-beta00011</a></h2>
 <p><em>Status:</em> <strong><code>Beta</code></strong></p>
 <p><em>Released:</em> <code>2020-07-21</code></p>
diff --git a/download/toc.html b/download/toc.html
index 4a17030..d74fca6 100644
--- a/download/toc.html
+++ b/download/toc.html
@@ -13,6 +13,9 @@
           
           <ul class="nav level1">
                 <li>
+                    <a href="version-4.8.0-beta00012.html" name="" title="Version 4.8.0-beta00012">Version 4.8.0-beta00012</a>
+                </li>
+                <li>
                     <a href="version-4.8.0-beta00011.html" name="" title="Version 4.8.0-beta00011">Version 4.8.0-beta00011</a>
                 </li>
                 <li>
diff --git a/download/version-4.8.0-beta00012.html b/download/version-4.8.0-beta00012.html
new file mode 100644
index 0000000..a1cc36c
--- /dev/null
+++ b/download/version-4.8.0-beta00012.html
@@ -0,0 +1,168 @@
+<!DOCTYPE html>
+<!--[if IE]><![endif]-->
+<html>
+  
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+    <title>Download Lucene.Net 4.8.0-beta00012 | Apache Lucene.NET 4.8.0 </title>
+    <meta name="viewport" content="width=device-width">
+    <meta name="title" content="Download Lucene.Net 4.8.0-beta00012 | Apache Lucene.NET 4.8.0 ">
+    <meta name="generator" content="docfx 2.50.0.0">
+    
+    <link rel="shortcut icon" href="../logo/favicon.ico">
+    <link rel="stylesheet" href="../styles/docfx.vendor.css">
+    <link rel="stylesheet" href="../styles/docfx.css">
+    <link rel="stylesheet" href="../styles/main.css">
+    <meta property="docfx:navrel" content="../toc.html">
+    <meta property="docfx:tocrel" content="toc.html">
+    
+    
+    
+  
+    <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:400,700%7CMerriweather%7CRoboto+Mono">
+    <link rel="stylesheet" href="/styles/site.css">
+  
+  </head>
+  <body data-spy="scroll" data-target="#affix" data-offset="120">
+    <div id="wrapper">
+      <header>
+        
+        <nav id="autocollapse" class="navbar ng-scope" role="navigation">
+          <div class="container">
+            <div class="navbar-header">
+              <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
+                <span class="sr-only">Toggle navigation</span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+              </button>
+              
+              <a class="navbar-brand" href="../index.html">
+                <img id="logo" class="svg" src="../logo/lucene-net-color.png" alt="">
+              </a>
+            </div>
+            <div class="collapse navbar-collapse" id="navbar">
+              <form class="navbar-form navbar-right" role="search" id="search">
+                <div class="form-group">
+                  <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
+                </div>
+              </form>
+            </div>
+          </div>
+        </nav>
+        
+        <div class="subnav navbar navbar-default">
+          <div class="container hide-when-search" id="breadcrumb">
+            <ul class="breadcrumb">
+              <li></li>
+            </ul>
+          </div>
+        </div>
+      </header>
+      <div role="main" class="container body-content hide-when-search">
+        
+        <div class="sidenav hide-when-search">
+          <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
+          <div class="sidetoggle collapse" id="sidetoggle">
+            <div id="sidetoc"></div>
+          </div>
+        </div>
+        <div class="article row grid-right">
+          <div class="col-md-10">
+            <article class="content wrap" id="_content" data-uid="download/4.8.0-beta00012">
+<h1 id="download-lucenenet-480-beta00012">Download Lucene.Net 4.8.0-beta00012</h1>
+
+<hr>
+<h2 id="lucene-480-beta00012">Lucene 4.8.0-beta00012</h2>
+<p><em>Status:</em> <strong><code>Beta</code></strong></p>
+<p><em>Released:</em> <code>2020-09-19</code></p>
+<ul>
+<li>Source release: <strong><a href="https://www.apache.org/dyn/closer.lua/lucenenet/4.8.0-beta00012/Apache-Lucene.Net-4.8.0-beta00012.src.zip">Lucene.Net-4.8.0-beta00012.src.zip</a></strong> [<a href="https://downloads.apache.org/lucenenet/4.8.0-beta00012/Apache-Lucene.Net-4.8.0-beta00012.src.zip.asc">PGP</a>] [<a href="https://downloads.apache.org/lucenenet/4.8.0-beta00012/Apache-Lucene.Net-4.8.0-beta00012.src.zip.sha512">SHA512</a>]</li>
+<li>Binary release: <strong><a href="https://www.apache.org/dyn/closer.lua/lucenenet/4.8.0-beta00012/Apache-Lucene.Net-4.8.0-beta00012.bin.zip">Lucene.Net-4.8.0-beta00012.src.zip</a></strong> [<a href="https://downloads.apache.org/lucenenet/4.8.0-beta00012/Apache-Lucene.Net-4.8.0-beta00012.bin.zip.asc">PGP</a>] [<a href="https://downloads.apache.org/lucenenet/4.8.0-beta00012/Apache-Lucene.Net-4.8.0-beta00012.bin.zip.sha512">SHA512</a>]</li>
+<li><a href="https://github.com/apache/lucenenet/releases/tag/Lucene.Net_4_8_0_beta00012">Change log</a></li>
+</ul>
+<div class="nuget-well" style="text-align:left;">
+    PM> Install-Package Lucene.Net -Version 4.8.0-beta00012
+</div>
+<h3 id="source-code">Source code</h3>
+<ul>
+<li><a href="https://github.com/apache/lucenenet">Git Repository</a></li>
+</ul>
+<h3 id="supported-frameworks">Supported Frameworks</h3>
+<ul>
+<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>
+</ul>
+<h3 id="remaining-work">Remaining work</h3>
+<p>See <strong><a class="xref" href="../contributing/current-status.html">Current Status</a></strong> for more details on the remaining work</p>
+<p>This version is a direct port of the Java Lucene project at <a href="https://github.com/apache/lucene-solr/releases/tag/releases%2Flucene-solr%2F4.8.0">this release</a></p>
+<h3 id="all-packages">All Packages</h3>
+<ul>
+<li><a href="https://www.nuget.org/packages/Lucene.Net/">Lucene.Net</a> - Core library</li>
+<li><a href="https://www.nuget.org/packages/Lucene.Net.Analysis.Common/">Lucene.Net.Analysis.Common</a> - Analyzers for indexing content in different languages and domains</li>
+<li><a href="https://www.nuget.org/packages/Lucene.Net.Analysis.Kuromoji/">Lucene.Net.Analysis.Kuromoji</a> - Japanese Morphological Analyzer</li>
+<li><a href="https://www.nuget.org/packages/Lucene.Net.Analysis.Morfologik/">Lucene.Net.Analysis.Morfologik</a> - Analyzer for dictionary stemming, built-in Polish dictionary</li>
+<li><a href="https://www.nuget.org/packages/Lucene.Net.Analysis.OpenNLP/">Lucene.Net.Analysis.OpenNLP</a> - OpenNLP Library Integration</li>
+<li><a href="https://www.nuget.org/packages/Lucene.Net.Analysis.Phonetic/">Lucene.Net.Analysis.Phonetic</a> - Analyzer for indexing phonetic signatures (for sounds-alike search)</li>
+<li><a href="https://www.nuget.org/packages/Lucene.Net.Analysis.SmartCn/">Lucene.Net.Analysis.SmartCn</a> - Analyzer for indexing Chinese</li>
+<li><a href="https://www.nuget.org/packages/Lucene.Net.Analysis.Stempel/">Lucene.Net.Analysis.Stempel</a> - Analyzer for indexing Polish</li>
+<li><a href="https://www.nuget.org/packages/Lucene.Net.Benchmark/">Lucene.Net.Benchmark</a> - System for benchmarking Lucene</li>
+<li><a href="https://www.nuget.org/packages/Lucene.Net.Classification/">Lucene.Net.Classification</a> - Classification module for Lucene</li>
+<li><a href="https://www.nuget.org/packages/Lucene.Net.Codecs/">Lucene.Net.Codecs</a> - Lucene codecs and postings formats</li>
+<li><a href="https://www.nuget.org/packages/Lucene.Net.Expressions/">Lucene.Net.Expressions</a> - Dynamically computed values to sort/facet/search on based on a pluggable grammar</li>
+<li><a href="https://www.nuget.org/packages/Lucene.Net.Facet/">Lucene.Net.Facet</a> - Faceted indexing and search capabilities</li>
+<li><a href="https://www.nuget.org/packages/Lucene.Net.Grouping/">Lucene.Net.Grouping</a> - Collectors for grouping search results</li>
+<li><a href="https://www.nuget.org/packages/Lucene.Net.Highlighter/">Lucene.Net.Highlighter</a> - Highlights search keywords in results</li>
+<li><a href="https://www.nuget.org/packages/Lucene.Net.ICU/">Lucene.Net.ICU</a> - Specialized ICU (International Components for Unicode) Analyzers and Highlighters</li>
+<li><a href="https://www.nuget.org/packages/Lucene.Net.Join/">Lucene.Net.Join</a> - Index-time and Query-time joins for normalized content</li>
+<li><a href="https://www.nuget.org/packages/Lucene.Net.Memory/">Lucene.Net.Memory</a> - Single-document in-memory index implementation</li>
+<li><a href="https://www.nuget.org/packages/Lucene.Net.Misc/">Lucene.Net.Misc</a> - Index tools and other miscellaneous code</li>
+<li><a href="https://www.nuget.org/packages/Lucene.Net.Queries/">Lucene.Net.Queries</a> - Filters and Queries that add to core Lucene</li>
+<li><a href="https://www.nuget.org/packages/Lucene.Net.QueryParser/">Lucene.Net.QueryParser</a> - Text to Query parsers and parsing framework</li>
+<li><a href="https://www.nuget.org/packages/Lucene.Net.Replicator/">Lucene.Net.Replicator</a>  Files replication utility</li>
+<li><a href="https://www.nuget.org/packages/Lucene.Net.Sandbox/">Lucene.Net.Sandbox</a> - Various third party contributions and new ideas</li>
+<li><a href="https://www.nuget.org/packages/Lucene.Net.Spatial/">Lucene.Net.Spatial</a> - Geospatial search</li>
+<li><a href="https://www.nuget.org/packages/Lucene.Net.Suggest/">Lucene.Net.Suggest</a> - Auto-suggest and Spellchecking support</li>
+<li><a href="https://www.nuget.org/packages/Lucene.Net.TestFramework/">Lucene.Net.TestFramework</a> - Framework for testing Lucene-based applications</li>
+</ul>
+</article>
+          </div>
+          
+          <div class="hidden-sm col-md-2" role="complementary">
+            <div class="sideaffix">
+              <div class="contribution">
+                <ul class="nav">
+                  <li>
+                    <a href="https://github.com/apache/lucenenet/blob/master/websites/site/download/version-4.8.0-beta00012.md/#L1" class="contribution-link">Improve this Doc</a>
+                  </li>
+                </ul>
+              </div>
+              <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
+              <!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
+              </nav>
+            </div>
+          </div>
+        </div>
+      </div>
+      
+      <footer>
+        <div class="grad-bottom"></div>
+        <div class="footer">
+          <div class="container">
+            <span class="pull-right">
+              <a href="#top">Back to top</a>
+            </span>
+            Copyright © 2020 The Apache Software Foundation, Licensed under the <a href='http://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache License, Version 2.0</a><br> <small>Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. <br>All other marks mentioned may be trademarks or registered trademarks of their respective owners.</small>
+            
+          </div>
+        </div>
+      </footer>
+    </div>
+    
+    <script type="text/javascript" src="../styles/docfx.vendor.js"></script>
+    <script type="text/javascript" src="../styles/docfx.js"></script>
+    <script type="text/javascript" src="../styles/main.js"></script>
+  </body>
+</html>
diff --git a/index.html b/index.html
index a53a49b..08e4cdf 100644
--- a/index.html
+++ b/index.html
@@ -131,9 +131,11 @@
 <p class="text-center">Construct a query</p>
 <pre class="clean">
 <code class="csharp">// search with a phrase
-var phrase = new MultiPhraseQuery();
-phrase.Add(new Term("favoritePhrase", "brown"));
-phrase.Add(new Term("favoritePhrase", "fox"));
+var phrase = new MultiPhraseQuery
+{
+    new Term("favoritePhrase", "brown");
+    new Term("favoritePhrase", "fox");
+};
 </code>
 </pre>
 </div>                    
diff --git a/manifest.json b/manifest.json
index 66d1002..9913550 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,6 +1,6 @@
 {
   "homepages": [],
-  "source_base_path": "C:/Users/Shannon/Documents/_Projects/Lucene.Net/Lucenenet.4.x-copy/websites/site",
+  "source_base_path": "F:/projects/lucenenet/websites/site",
   "xrefmap": "xrefmap.yml",
   "files": [
     {
@@ -65,10 +65,10 @@
       "output": {
         ".html": {
           "relative_path": "contributing/documentation.html",
-          "hash": "4WDLoWFYAhYPJYniHA0nTw=="
+          "hash": "ja4FUY37CdCMWPML+Vf15A=="
         }
       },
-      "is_incremental": false,
+      "is_incremental": true,
       "version": ""
     },
     {
@@ -80,7 +80,7 @@
           "hash": "L5F7bB0yVZt+WTCPNICyyA=="
         }
       },
-      "is_incremental": false,
+      "is_incremental": true,
       "version": ""
     },
     {
@@ -113,10 +113,10 @@
       "output": {
         ".html": {
           "relative_path": "contributing/make-release.html",
-          "hash": "MjuIGtw/If34yq7/K9xXKQ=="
+          "hash": "xHt9duaHoVG4tVZhPJef9g=="
         }
       },
-      "is_incremental": true,
+      "is_incremental": false,
       "version": ""
     },
     {
@@ -173,7 +173,7 @@
       "output": {
         ".html": {
           "relative_path": "docs.html",
-          "hash": "U/STQIAKzK/Ar1qwSnQu9g=="
+          "hash": "GqBHEqTZ6xk3mYquRdPMUQ=="
         }
       },
       "is_incremental": true,
@@ -185,7 +185,7 @@
       "output": {
         ".html": {
           "relative_path": "download/download.html",
-          "hash": "du70Jkby5IoO+lYypl37og=="
+          "hash": "lTY46ZvmykLGFrwtz3rSFA=="
         }
       },
       "is_incremental": false,
@@ -197,7 +197,7 @@
       "output": {
         ".html": {
           "relative_path": "download/toc.html",
-          "hash": "0NPO4iSUVv1N9h4LsHDScg=="
+          "hash": "ZGDxhZBWizIdJM9pWLG8IQ=="
         }
       },
       "is_incremental": false,
@@ -272,7 +272,7 @@
           "hash": "Cg4fg1v6h+P+jOZSXsxSRQ=="
         }
       },
-      "is_incremental": false,
+      "is_incremental": true,
       "version": ""
     },
     {
@@ -284,7 +284,19 @@
           "hash": "BF3or5M7b+30/VGdcQhj8Q=="
         }
       },
-      "is_incremental": false,
+      "is_incremental": true,
+      "version": ""
+    },
+    {
+      "type": "Conceptual",
+      "source_relative_path": "download/version-4.8.0-beta00012.md",
+      "output": {
+        ".html": {
+          "relative_path": "download/version-4.8.0-beta00012.html",
+          "hash": "knZzeMNO+OqPCi2CrroN9w=="
+        }
+      },
+      "is_incremental": true,
       "version": ""
     },
     {
@@ -293,7 +305,7 @@
       "output": {
         ".html": {
           "relative_path": "index.html",
-          "hash": "g0pUgzmFai1BWQ07rxCsDA=="
+          "hash": "7GOcz2us88h2YFvSXlm9Vw=="
         }
       },
       "is_incremental": true,
@@ -335,8 +347,8 @@
         "ConceptualDocumentProcessor": {
           "can_incremental": true,
           "incrementalPhase": "build",
-          "total_file_count": 19,
-          "skipped_file_count": 15
+          "total_file_count": 20,
+          "skipped_file_count": 18
         },
         "ResourceDocumentProcessor": {
           "can_incremental": false,
diff --git a/xrefmap.yml b/xrefmap.yml
index 2849086..dbaf509 100644
--- a/xrefmap.yml
+++ b/xrefmap.yml
@@ -46,3 +46,6 @@
 - uid: download/4.8.0-beta00011
   name: Download Lucene.Net 4.8.0-beta00011
   href: download/version-4.8.0-beta00011.html
+- uid: download/4.8.0-beta00012
+  name: Download Lucene.Net 4.8.0-beta00012
+  href: download/version-4.8.0-beta00012.html