ExtendRealityLtd / Malimbe

[Obsolete - No longer maintained] A collection of tools to simplify writing public API components for the Unity software.
MIT License
51 stars 11 forks source link

feat(Runner): only run on specified assemblies - Resolves #23 #24

Closed bddckr closed 5 years ago

bddckr commented 5 years ago

Running on all assemblies is often unnecessary, wasting performance or even not intended. A new XML element AssemblyNameRegex has been added that allows specifying which assemblies to process.

BREAKING CHANGE: The assemblies to process have to be specified using the XML element AssemblyNameRegex from now on. Specifying none will result in no assembly being processed and a warning being logged.

ExtendReality-Bot commented 5 years ago

:tada: This PR is included in version 7.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: