Mpdreamz / shellprogressbar

ShellProgressBar - display progress in your console application
MIT License
1.43k stars 134 forks source link

Show progress in Windows taskbar #15

Closed thoemmi closed 6 years ago

thoemmi commented 6 years ago

This PR allows to show the progress of the main ProgressBar in the Windows taskbar.

It's off by default, you have to set ProgressBarOptions.EnableTaskBarProgress to true to enable it. Additionally it's available only on the Windows platform.

This fixes #1 .

Mpdreamz commented 6 years ago

Awesome! Thank you @thoemmi 👍 Will release once I get a chance to run this on my my macbook

Mpdreamz commented 5 years ago

This is now actually released @thoemmi https://www.nuget.org/packages/ShellProgressBar/4.1.1 many thanks again :)