Releases: mike-ward/VSColorOutput
Releases · mike-ward/VSColorOutput
v2.74
v2.73
v2.72
v2.71
Release 2.7
#47 Show Time Stamps False breaks the same functionality of the Productivity Power Tools
#60 Some Azure build/publish events by default are marked as errors
#68 Functionality lost after saving Output Window as a text file
#100 Time Elapsed (hh:mm:ss.fff)?
#103 Prevent "disconnection" when output window content is saved to file
Release 2.6.7
From merge #98
ElapsedBuildTime is now aware of the current culture,
Some variables renamed in BuildEvents.cs,
replaced \r\n with Environment.NewLine
Introduced some c# 6/7 language features:
- c# 6 expression-bodied members for get-only indexers
- c# 6 expression-bodied members for get-only properties
- c# 7 expression-bodied members for ctors
- c# 7 expression-bodied members for get accessors
- c# 7 out variable in method invocation
Release 2.6.6
Update HTTP links to HTTPS
Release 2.6.5
- Use AsyncPackage with background load to work with VS 16.1 as recommended here
- Use new project template
- Switch from NUnit to MSTest
- Reenable tests that would not run with NUnit Test Runner
- Change to Package References in project files
Release 2.6.4
Enhance warning detection via pull request #82
Release 2.6.3
Add VS 2019 support (back in)