diff --git a/src/Hangfire.Console/Hangfire.Console.csproj b/src/Hangfire.Console/Hangfire.Console.csproj index 84da418..06707b9 100644 --- a/src/Hangfire.Console/Hangfire.Console.csproj +++ b/src/Hangfire.Console/Hangfire.Console.csproj @@ -15,8 +15,13 @@ v true History: - v1.5.0: + v2.0.0: + • 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 digits argument to progress bar, defaulting to 0 decimal digits + - This prevents huge amounts of progress bar updates with fractional digit changes v1.4.2: • Added StringFormatMethod attributes on WriteLine methods (for better intellisense)