Skip to content

Releases: mike-ward/VSColorOutput

v2.74

23 Aug 16:22
fe39e9e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.73...v2.74

v2.73

24 Dec 00:26
Compare
Choose a tag to compare

fixes #126

v2.72

20 Dec 15:44
Compare
Choose a tag to compare

v2.71

24 Feb 18:20
Compare
Choose a tag to compare

Fixes issue #108

Release 2.7

06 Dec 20:35
Compare
Choose a tag to compare

#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

16 Oct 14:10
Compare
Choose a tag to compare

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

05 Sep 12:49
Compare
Choose a tag to compare

Update HTTP links to HTTPS

Release 2.6.5

16 Apr 12:38
Compare
Choose a tag to compare
  • 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

21 Jan 18:07
Compare
Choose a tag to compare

Enhance warning detection via pull request #82

Release 2.6.3

05 Dec 01:20
Compare
Choose a tag to compare

Add VS 2019 support (back in)