0.4.0
Pre-release
Pre-release
- [Feature][Breaking Change] New project tree abstraction (#13). If you were using the
Projectproperty previous to this release, you can now get to the Roslyn project object using theProject.Analysisproperty. - [Feature] Added
SetExtension()andSetFilePath()methods toOutputFileCollectionallowing you to change the extension or file path of the default output file (#19). - [Feature] The
OutputFileclass now exposes a fluent API for chaining calls likeWriteLine()(#26, thanks @Tydude4Christ).