0.91-alpha2 - August 17, 2010
NAnt
Bug fixes
Core
App.config
- Fixed typo that prevented System.Management.dll from being included.
Tasks
<include>
- Fixed error with the <include> task when different build files include the same file. (bug #3016497).
Functions
NAnt::get-assembly()
- Using the NAnt::get-assembly() function causes an "Object must implement IConvertible" error. (bug #3013492).
0.91-alpha1 - May 29, 2010
NAnt
Framework support
- Added support for .NET Framework 4.0 (except for <solution> task).
Bug fixes
Expressions
Coercion
- Coercion of arguments is not supported (bug #3013492).
Changes
Tasks
<xmlpeek>
- Enhanced the <xmlpeek> task to support more advanced XPath functions and syntax. It is now possible to use functions such as count() and to index the node using XPath directly. (feature request #1560566).