Release Notes

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).