Skip to content

0.4.0

Pre-release
Pre-release

Choose a tag to compare

@daveaglick daveaglick released this 24 Jun 20:30
· 72 commits to master since this release
  • [Feature][Breaking Change] New project tree abstraction (#13). If you were using the Project property previous to this release, you can now get to the Roslyn project object using the Project.Analysis property.
  • [Feature] Added SetExtension() and SetFilePath() methods to OutputFileCollection allowing you to change the extension or file path of the default output file (#19).
  • [Feature] The OutputFile class now exposes a fluent API for chaining calls like WriteLine() (#26, thanks @Tydude4Christ).