Skip to content

Commit

Permalink
Committing 0.91 final files
Browse files Browse the repository at this point in the history
  • Loading branch information
rmboggs committed Oct 23, 2011
1 parent 5a63322 commit 62f4acf
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
4 changes: 2 additions & 2 deletions NAntContrib.build
Expand Up @@ -8,7 +8,7 @@
<property name="project.name" value="nantcontrib" />
<property name="project.FormalName" value="NAnt.Contrib" />
<property name="project.version" value="0.91" 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="release" 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}" />
</if>
Expand All @@ -24,7 +24,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
7 changes: 7 additions & 0 deletions doc/releasenotes.html
Expand Up @@ -43,6 +43,13 @@
</table>
<h1>
<span class="N">N</span><span class="Ant">Ant</span>Contrib Release Notes</h1>
<h2>0.91 (October 22, 2011)</h2>
<h3>No Updates since 0.91-rc1</h3>
<div style="margin-left: 20px;">
<div style="margin-left: 20px;">
<p>Released to maintain consistency with <a href="http://nant.sourceforge.net/">NAnt</a>.</p>
</div>
</div>
<h2>0.91-rc1 (October 8, 2011)</h2>
<h3>No Updates since 0.91-beta1</h3>
<div style="margin-left: 20px;">
Expand Down
6 changes: 3 additions & 3 deletions src/CommonAssemblyInfo.cs
Expand Up @@ -3,19 +3,19 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.235
// Runtime Version:4.0.30319.239
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

[assembly: AssemblyConfigurationAttribute("rc1")]
[assembly: AssemblyConfigurationAttribute("release")]
[assembly: AssemblyCompanyAttribute("http://nantcontrib.sourceforge.net")]
[assembly: AssemblyProductAttribute("NAntContrib")]
[assembly: AssemblyCopyrightAttribute("Copyright (C) 2001-2011 Gerry Shaw")]
[assembly: AssemblyTrademarkAttribute("")]
[assembly: AssemblyCultureAttribute("")]
[assembly: AssemblyVersionAttribute("0.91.4298.0")]
[assembly: AssemblyVersionAttribute("0.91.4312.0")]
[assembly: AssemblyInformationalVersionAttribute("0.91")]

0 comments on commit 62f4acf

Please sign in to comment.