diff --git a/NAnt.build b/NAnt.build index c237bbfdd..bc167b6ad 100644 --- a/NAnt.build +++ b/NAnt.build @@ -7,7 +7,7 @@ - + @@ -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 --> - + diff --git a/doc/releasenotes.html b/doc/releasenotes.html index 961ee0306..845858474 100644 --- a/doc/releasenotes.html +++ b/doc/releasenotes.html @@ -53,6 +53,75 @@

+

+ 0.91-beta1 (September 25, 2011)

+

Changes

+

Core

+
+
+ App.Config
+
+

+ Added mono-4.0 target +

+
+
+

+ Added initial support for Silverlight 3 and 4 +

+
+
+ log4net
+
+

+ Upgraded to log4net 1.2.10. +

+
+
+ MSBuild
+
+

+ Added initial support for 2008/2010 MSBuild/VS.NET project files. +

+
+
+

+ Bug fixes

+

Core

+
+
+ App.config
+
+

+ Added WindowsBase.dll and PresentationFramework.dll to 4.0 target. +

+
+
+ NAnt.xsd
+
+

+ Changed the NAnt.Core.Tasks.DescriptionTask task to mixed. + (bug #3058913). +

+
+
+ BuildException
+
+

+ Display correct registry hives in BuildException when Registry Path not found. +

+
+
+

Tasks

+
+
+ ndoc
+
+

+ Fixed ndoc task to find hhc.exe for chm generation on 64 bit machines through reflection. +

+
+

0.91-alpha2 (August 17, 2010)

diff --git a/src/CommonAssemblyInfo.cs b/src/CommonAssemblyInfo.cs index 68d67c9e5..87b6f1548 100644 --- a/src/CommonAssemblyInfo.cs +++ b/src/CommonAssemblyInfo.cs @@ -16,7 +16,7 @@ [assembly: CLSCompliantAttribute(true)] [assembly: AssemblyTitleAttribute("NAnt")] [assembly: AssemblyDescriptionAttribute("A .NET Build Tool")] -[assembly: AssemblyConfigurationAttribute("dev")] +[assembly: AssemblyConfigurationAttribute("beta1")] [assembly: AssemblyCompanyAttribute("http://nant.sourceforge.net")] [assembly: AssemblyProductAttribute("NAnt")] [assembly: AssemblyCopyrightAttribute("Copyright (C) 2001-2011 Gerry Shaw")]