Skip to content

Commit

Permalink
Committing files for 0.92 Alpha1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmboggs committed Apr 23, 2012
1 parent c5db4e7 commit afc6b28
Show file tree
Hide file tree
Showing 4 changed files with 197 additions and 12 deletions.
4 changes: 2 additions & 2 deletions NAnt.build
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<!-- global project settings -->
<property name="project.name" value="nant" />
<property name="project.version" value="0.92" unless="${property::exists('project.version')}" />
<property name="project.release.type" value="dev" unless="${property::exists('project.release.type')}" /> <!-- nightly | dev | alpha | beta# | rc# | release -->
<property name="project.release.type" value="alpha1" unless="${property::exists('project.release.type')}" /> <!-- nightly | dev | alpha | beta# | rc# | release -->

<if test="${project.release.type == 'nightly'}">
<property name="project.version.full" value="${project.version + '-nightly-' + build.date}" />
Expand All @@ -26,7 +26,7 @@
we do not want this for releases (whether they're beta or release) as
this would cause the build number to be updated
-->
<property name="create.assemblyinfo" value="true" />
<property name="create.assemblyinfo" value="false" />

<!-- default configuration -->
<property name="project.config" value="debug" /> <!-- debug | release -->
Expand Down
92 changes: 92 additions & 0 deletions doc/releasenotes.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,98 @@ <h1>
</td>
</tr>
</table>
<h2>0.92-alpha1 (April 22, 2012)</h2>
<h3>Changes</h3>
<h4>Framework&nbsp;support</h4>
<div style="margin-left: 20px;">
<ul>
<li>
Removed runtime support for .NET/Mono 1.* Frameworks (target support for .NET/Mono 1.* Frameworks still remains)
</li>
</ul>
</div>
<h4>Core</h4>
<div style="margin-left: 20px;">
<h5><a class="heading">NAnt Project Files</a></h5>
<div style="margin-left: 20px;">
<p>
Updated NAnt project files to VS2010 format.
</p>
</div>
</div>
<div style="margin-left: 20px;">
<h5><a class="heading" href="http://www.nunit.org">NUnit</a></h5>
<div style="margin-left: 20px;">
<p>
Upgraded to NUnit 2.6.
</p>
</div>
<h5><a class="heading">App.Config</a></h5>
<div style="margin-left: 20px;">
<p>
Added initial support for Silverlight 5
</p>
</div>
<h5><a class="heading">Command Line</a></h5>
<div style="margin-left: 20px;">
<p>
Added pause option to pause nant before exit.
</p>
</div>
<h5><a class="heading">Type Factory</a></h5>
<div style="margin-left: 20px;">
<p>
Added detailed error messages when type loading exception occurs.
</p>
</div>
</div>
<h4>Tasks</h4>
<div style="margin-left: 20px;">
<h5><a class="heading" href="help/tasks/mail.html">Mail</a></h5>
<div style="margin-left: 20px;">
<p>Updated &lt;mail&gt; task to reference System.Net.Mail namespace instead of System.Web.Mail.</p>
<p>Added additional attritbutes for greater control of the &lt;mail&gt; task. Such as:</p>
<ul>
<li>mailport</li>
<li>ssl</li>
<li>user</li>
<li>password</li>
<li>replyto</li>
</ul>
</div>
<h5><a class="heading" href="help/tasks/zip.html">Zip</a></h5>
<div style="margin-left: 20px;">
<p>
Added flatten attribute to &lt;zip&gt; task.
</p>
</div>
<h5><a class="heading" href="help/tasks/tar.html">Tar</a></h5>
<div style="margin-left: 20px;">
<p>
Added flatten attribute to &lt;tar&gt; task.
</p>
</div>
</div>
<h3>Bug fixes</h3>
<h4>Tasks</h4>
<div style="margin-left: 20px;">
<h5><a class="heading">Copy/Move tasks</a></h5>
<div style="margin-left: 20px;">
<p>Fixed issues with copy/move tasks when trying to relocate directories. <a href="https://github.com/nant/nant/issues/11">Issue #11</a></p>
</div>
<h5><a class="heading" href="help/tasks/asminfo.html">Asminfo</a></h5>
<div style="margin-left: 20px;">
<p>
Fixed issue with asminfo task when trying to add assembly attributes with default constructors. <a href="https://github.com/nant/nant/issues/41">Issue #41</a>
</p>
</div>
<h5><a class="heading" href="help/tasks/style.html">Style</a></h5>
<div style="margin-left: 20px;">
<p>
Updated &lt;style&gt; task to preserve singleton tags whenever possible. <a href="https://github.com/nant/nant/issues/17">Issue #17</a>
</p>
</div>
</div>
<h2>0.91 (October 22, 2011)</h2>
<h3>Bug fixes</h3>
<h4>Core</h4>
Expand Down
8 changes: 4 additions & 4 deletions src/CommonAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
[assembly: CLSCompliantAttribute(true)]
[assembly: AssemblyTitleAttribute("NAnt")]
[assembly: AssemblyDescriptionAttribute("A .NET Build Tool")]
[assembly: AssemblyConfigurationAttribute("release")]
[assembly: AssemblyConfigurationAttribute("alpha1")]
[assembly: AssemblyCompanyAttribute("http://nant.sourceforge.net")]
[assembly: AssemblyProductAttribute("NAnt")]
[assembly: AssemblyCopyrightAttribute("Copyright (C) 2001-2011 Gerry Shaw")]
[assembly: AssemblyCopyrightAttribute("Copyright (C) 2001-2012 Gerry Shaw")]
[assembly: AssemblyTrademarkAttribute("")]
[assembly: AssemblyCultureAttribute("")]
[assembly: AssemblyVersionAttribute("0.91.4312.0")]
[assembly: AssemblyInformationalVersionAttribute("0.91")]
[assembly: AssemblyVersionAttribute("0.92.4495.0")]
[assembly: AssemblyInformationalVersionAttribute("0.92")]

105 changes: 99 additions & 6 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,99 @@ <h1><span class="N">N</span><span class="Ant">Ant</span>
<img src="treenodeminus.gif" class="treeLinkImage" onclick="expandCollapse(this.parentNode)" alt="Expand / Collapse" />
<a href="http://sourceforge.net/project/showfiles.php?group_id=31650" class="treeUnselected" onclick="clickAnchor(this)"><b>Releases</b></a>
<div class="treeSubnodes">
<div class="treeNode">
<img src="treenodeplus.gif" class="treeLinkImage" onclick="expandCollapse(this.parentNode)" alt="Expand / Collapse" />
<a href="http://sourceforge.net/projects/nant/files/nant/0.92-alpha1/" class="treeUnselected" onclick="clickAnchor(this)">0.92 Alpha2</a>
<div class="treeSubnodesHidden">
<div class="treeNode">
<img src="treenodeplus.gif" class="treeLinkImage" onclick="expandCollapse(this.parentNode)" alt="Expand / Collapse" />
<a href="https://sourceforge.net/projects/nant/files/nant/0.91/" class="treeUnselected" onclick="clickAnchor(this)" target="_blank">Download</a>
<div class="treeSubnodesHidden">
<div class="treeNode">
<img src="treenodeplus.gif" class="treeLinkImage" onclick="expandCollapse(this.parentNode)" alt="Expand / Collapse" />
Binary
<div class="treeSubnodesHidden">
<div class="treeNode">
<img src="treenodedot.gif" class="treeLinkImage" alt="*" /> <a href="http://sourceforge.net/projects/nant/files/nant/0.92-alpha1/nant-0.92-alpha1-bin.zip/download" class="treeUnselected"
onclick="clickAnchor(this)">Zip</a>
</div>
<div class="treeNode">
<img src="treenodedot.gif" class="treeLinkImage" alt="*" /> <a href="http://sourceforge.net/projects/nant/files/nant/0.92-alpha1/nant-0.92-alpha1-bin.tar.gz/download" class="treeUnselected"
onclick="clickAnchor(this)">Gzipped Tar</a>
</div>
</div>
</div>
<div class="treeNode">
<img src="treenodeplus.gif" class="treeLinkImage" onclick="expandCollapse(this.parentNode)" alt="Expand / Collapse" />
Source
<div class="treeSubnodesHidden">
<div class="treeNode">
<img src="treenodedot.gif" class="treeLinkImage" alt="*" /> <a href="http://sourceforge.net/projects/nant/files/nant/0.92-alpha1/nant-0.92-alpha1-src.zip/download" class="treeUnselected"
onclick="clickAnchor(this)">Zip</a>
</div>
<div class="treeNode">
<img src="treenodedot.gif" class="treeLinkImage" alt="*" /> <a href="http://sourceforge.net/projects/nant/files/nant/0.92-alpha1/nant-0.92-alpha1-src.tar.gz/download" class="treeUnselected"
onclick="clickAnchor(this)">Gzipped Tar</a>
</div>
</div>
</div>
</div>
</div>
<div class="treeNode">
<img src="treenodeplus.gif" class="treeLinkImage" onclick="expandCollapse(this.parentNode)" alt="Expand / Collapse" />
<a href="release/0.92-alpha1/help/" class="treeUnselected" onclick="clickAnchor(this)">
User Manual</a>
<div class="treeSubnodesHidden">
<div class="treeNode">
<img src="treenodeplus.gif" class="treeLinkImage" onclick="expandCollapse(this.parentNode)" alt="Expand / Collapse" />
Reference
<div class="treeSubnodesHidden">
<div class="treeNode">
<img src="treenodedot.gif" class="treeLinkImage" alt="*" /> <a href="release/0.92-alpha1/help/tasks/" class="treeUnselected" onclick="clickAnchor(this)">
Tasks</a>
</div>
<div class="treeNode">
<img src="treenodedot.gif" class="treeLinkImage" alt="*" /> <a href="release/0.92-alpha1/help/types/" class="treeUnselected" onclick="clickAnchor(this)">
Types</a>
</div>
<div class="treeNode">
<img src="treenodedot.gif" class="treeLinkImage" alt="*" /> <a href="release/0.92-alpha1/help/functions/" class="treeUnselected" onclick="clickAnchor(this)">
Functions</a>
</div>
<div class="treeNode">
<img src="treenodedot.gif" class="treeLinkImage" alt="*" /> <a href="release/0.92-alpha1/help/filters/" class="treeUnselected" onclick="clickAnchor(this)">
Filters</a>
</div>
</div>
</div>
<div class="treeNode">
<img src="treenodedot.gif" class="treeLinkImage" alt="*" /> <a href="release/0.92-alpha1/help/introduction/" class="treeUnselected" onclick="clickAnchor(this)">
Introduction</a>
</div>
<div class="treeNode">
<img src="treenodedot.gif" class="treeLinkImage" alt="*" /> <a href="release/0.92-alpha1/help/fundamentals/" class="treeUnselected" onclick="clickAnchor(this)">
Fundamentals</a>
</div>
</div>
</div>
<div class="treeNode">
<img src="treenodedot.gif" class="treeLinkImage" alt="*" /> <a href="release/0.92-alpha1/license.html" class="treeUnselected" onclick="clickAnchor(this)">
License</a>
</div>
<div class="treeNode">
<img src="treenodedot.gif" class="treeLinkImage" alt="*" /> <a href="release/0.92-alpha1/releasenotes.html" class="treeUnselected" onclick="clickAnchor(this)">
Release Notes</a>
</div>
<div class="treeNode">
<img src="treenodedot.gif" class="treeLinkImage" alt="*" /> <a href="release/0.92-alpha1/nant.xsd" class="treeUnselected" onclick="clickAnchor(this)">
XML Schema</a>
</div>
<div class="treeNode">
<img src="treenodedot.gif" class="treeLinkImage" alt="*" /> <a href="https://github.com/nant/nant/tree/rel-0-92-alpha1" onclick="clickAnchor(this)">
GIT</a>
</div>
</div>
</div>
<div class="treeNode">
<img src="treenodeplus.gif" class="treeLinkImage" onclick="expandCollapse(this.parentNode)" alt="Expand / Collapse" />
<a href="http://sourceforge.net/projects/nant/files/nant/0.91/" class="treeUnselected" onclick="clickAnchor(this)">0.91</a>
Expand Down Expand Up @@ -1238,9 +1331,9 @@ <h1><span class="N">N</span><span class="Ant">Ant</span>
<td valign="top">
<div class="main">
<h2>News</h2>
<h4>NAnt 0.91 Release <span style="font-size: 9px; color: red;">October 22, 2011</span></h4>
<h4>NAnt 0.92 Alpha1 Release <span style="font-size: 9px; color: red;">April 22, 2012</span></h4>
<p>
The final release for NAnt 0.91 is available NOW!
The final release for NAnt 0.92 Alpha1 is available NOW!
</p>
<p>
This release focuses on extending our already strong support for multiple
Expand All @@ -1249,7 +1342,7 @@ <h4>NAnt 0.91 Release <span style="font-size: 9px; color: red;">October 22, 2011
</p>
<p>
A complete list of changes and new features is
available <a href="release/0.91/releasenotes.html">here</a>.
available <a href="release/0.92-alpha1/releasenotes.html">here</a>.
</p>
<p>
As of this release, our framework support chart looks like this:
Expand All @@ -1269,12 +1362,12 @@ <h4>NAnt 0.91 Release <span style="font-size: 9px; color: red;">October 22, 2011
<tr style="background-color: #dfff80;">
<td>.NET Framework 1.0</td>
<td style="text-align: center;"><img alt="*" src="checkmark.gif" /></td>
<td style="text-align: center;"><img alt="*" src="checkmark.gif" /></td>
<td style="text-align: center;"></td>
</tr>
<tr>
<td>.NET Framework 1.1</td>
<td style="text-align: center;"><img alt="*" src="checkmark.gif" /></td>
<td style="text-align: center;"><img alt="*" src="checkmark.gif" /></td>
<td style="text-align: center;"></td>
</tr>
<tr style="background-color: #dfff80;">
<td>.NET Framework 2.0</td>
Expand Down Expand Up @@ -1304,7 +1397,7 @@ <h4>NAnt 0.91 Release <span style="font-size: 9px; color: red;">October 22, 2011
<tr>
<td>Mono 1.0 Profile</td>
<td style="text-align: center;"><img alt="*" src="checkmark.gif" /></td>
<td style="text-align: center;"><img alt="*" src="checkmark.gif" /></td>
<td style="text-align: center;"></td>
</tr>
<tr style="background-color: #dfff80;">
<td>Mono 2.0 Profile</td>
Expand Down

0 comments on commit afc6b28

Please sign in to comment.