Skip to content

v0.10.40

Pre-release
Pre-release
Compare
Choose a tag to compare
@alexrp alexrp released this 17 Mar 04:58
· 271 commits to master since this release
v0.10.40
4701a87
  • Updated library dependencies.
    • Updated Microsoft.CodeAnalysis.BannedApiAnalyzers to 3.3.4.
    • Updated Microsoft.Extensions.Hosting to 7.0.1.
  • Vezel.Cathode
    • Improvements to I/O APIs.
      • Implemented IEqualityOperators<TerminalSize, TerminalSize, bool> on TerminalSize.
    • Improvements to child process APIs.
      • Cleaned up and improved ChildProcessBuilder API surface to be friendlier.
  • Vezel.Cathode.Hosting
    • Changed ProgramHost to print the unhandled exception if no UnhandledException handler is installed.