diff --git a/doc/Download.html b/doc/Download.html
index 24a2a76..917a75a 100644
--- a/doc/Download.html
+++ b/doc/Download.html
@@ -30,13 +30,11 @@
       <div class="content">
         <h1>Download</h1>
         <h2>Latest Release for C# / .NET</h2>
-        <p> Full distribution including 
-		all dependencies: </p>
         <table style="margin-left: 10px; background-color:white; padding: 10px; border: 1px solid #d7d7d7; width: 420px;">
           <tr>
             <td>
 			<img src="image/download.gif" alt="Download Concordion.NET" height="50" width="50" /></td>
-            <td><b><a href="https://github.com/concordion/concordion-net/releases/download/v1.2.0/Concordion.NET-1.2.0.zip" id="download-link">Concordion.NET-1.2.0.zip</a></b></td>
+            <td><b><a href="https://github.com/concordion/concordion-net/releases/download/v1.3.0/Concordion.NET-1.3.0.zip" id="download-link">Concordion.NET-1.3.0.zip</a></b></td>
           </tr>
           <tr>
             <td>
@@ -59,10 +57,32 @@ <h1>Release Notes</h1>
         <p>
 		<a href="https://github.com/concordion/concordion-net/commits/master">Version
             History on GitHub</a></p>
-        <h2>Concordion.NET 1.2.0 - March 2015</h2>
-		  <p>This release of Concordion.NET needs NUnit version 2.6.3 to run the 
+        <h2>Concordion.NET 1.3.0 - May 2015</h2>
+		  <p>This release of Concordion.NET needs 
+		  <a href="http://nunit.org/index.php?p=docHome&amp;r=2.6.4">NUnit 2.6.4</a> to run the 
 		  executable specifications.</p>
 		  <h3>Features</h3>
+		  <ul>
+			  <li>Update <a href="RunningTests.html">Concordion NUnit Addin</a> 
+			  to <a href="http://nunit.org/index.php?p=docHome&amp;r=2.6.4">
+			  NUnit version 2.6.4</a></li>
+			  <li>Add <a href="Concordion/Command/Echo/Echo.html">echo command</a> 
+			  to documentation</li>
+		  </ul>
+		  <h3>Bug Fixes</h3>
+		  <ul>
+			  <li>Make
+			  <a href="https://github.com/concordion/concordion-net/pull/24">
+			  FileTarget.GetTargetPath</a> compliant with Java version</li>
+			  <li>Simplify
+			  <a href="https://github.com/concordion/concordion-net/commit/0174a33b91ed2516d249700cabbb0233be4aba4e">
+			  footer of result documents</a></li>
+		  </ul>
+		  <h2>Concordion.NET 1.2.0 - March 2015</h2>
+		  <p>This release of Concordion.NET needs 
+		  <a href="http://nunit.org/index.php?p=docHome&amp;r=2.6.3">NUnit 2.6.3</a> to run the 
+		  executable specifications./p>
+		  <h3>Features</h3>
 		  <ul>
 			  <li>Enable <a href="RunningTests.html#resharper">running 
 			  Concordion.NET tests with ReSharper</a>.</li>