Releases: IdentityStream/Hangfire.Console
Releases · IdentityStream/Hangfire.Console
v2.0.0
What's Changed
- Changed target framework to .NET Standard 2.0
- Bumped Hangfire.Core dependency to latest version
- Calling
UseConsole
more than once will no longer throw - Fixed number formatting/parsing bug causing console to poll forever
- Added a
digits
argument to progress bar, defaulting to 0 decimal digits- This prevents huge amounts of progress bar updates with fractional digit changes
New Contributors
Full Changelog: https://github.com/IdentityStream/Hangfire.Console/commits/v2.0.0