I just released NUnitLite 0.6.0 on Launchpad -
http://launchpad.net/nunitlite
This release has a few minor changes and bug fixes, listed below,
and is the first release under the MIT/X11 license.
The main reason for this release is to clear all work-in-progress
out of the queue in order to begin integration of NUnitLite with
NUnit.
New Features and Enhancements
* New Asserts
Pass
Ignore
Inconclusive
* New Syntax Helpers:
Throws: InnerException
InvalidOperationException
ArgumentException
TargetInvocationException
Has: InnerException
ConstraintExpression:
BinarySerializable
XmlSerializable
ContainsSubstring
StartsWith
EndsWith
Matches
Bug fixes:
* Additional control characters are now escaped in message output
* A Stream now compares correctly as equal to itself
Charlie