NAnt is a .NET build tool. In theory, it is kind of like make without make's wrinkles. In practice, it's a lot like Ant.
| Tags | .NET build Ant |
|---|---|
| Licenses | GPLv2 |
| Operating Systems | Windows Linux *nix Mac OS X |
| Implementation | C# |
Recent releases


Release Notes: Changes include support for .NET 4.0, Mono 4.0 target/runtime frameworks, support for Silverlight 2, 3, and 4 targets, and a number of other improvements.


Release Notes: Changes include updates to the NAnt::get-assembly() function to account for changes in the assembly class between .NET 3.5 and .NET 4.0. Also, an error with the <include> task when different build files include the same file was fixed.


Release Notes: When the "destfile" attribute specifies a nonexistent path, the base directory (or directories) will be created.


Release Notes: This release will catch UnauthorizedAccessException in PathScanner to prevent NAnt from crashing when using the Scan() function to search for file(s) in directory with special permissions.


Release Notes: Initial freshmeat announcement.