PropertySetter: allow using property inside called method (ba8d4ac)
BREAKING CHANGES
PropertySetter:SetsPropertyAttribute was renamed to
CalledBySetterAttribute and the expected signature of the
annotated method changed. Please see the latest Readme for details.
Runner: combine log level from all configuration files (8fba11d)
Runner: only search for configurations and weavers once (3f11469)
XmlToTooltip: don't search for unnecessary type information (8ea16d9)
Features
Runner: only run on specified assemblies (1a45cc6)
BREAKING CHANGES
Runner: The assemblies to process have to be specified
using the XML elementAssemblyNameRegex from now on. Specifying
none will result in no assembly being processed and a warning being
logged.