feat: Simplifying ANSI color methods, better cross-platform color support

This commit is contained in:
Chris Cameron
2020-02-21 21:53:27 -05:00
parent c453717998
commit 985578985a
9 changed files with 110 additions and 169 deletions

View File

@@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Changed
- Fixed exception trying to get DHCP status of network interfaces on Linux
- Fixed a bug where color formatted console output on Net Standard was not raising the OnConsolePrint event
- Simplifying ANSI color methods, better cross-platform color support
## [10.3.0] - 2020-01-20
### Changed