Skip to content

Commit

Permalink
Filled out changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
khellang committed Nov 2, 2023
1 parent 5bdaf5d commit 4dcdd66
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/Hangfire.Console/Hangfire.Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,13 @@
<MinVerTagPrefix>v</MinVerTagPrefix>
<IncludeSymbols>true</IncludeSymbols>
<PackageReleaseNotes>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)
Expand Down

0 comments on commit 4dcdd66

Please sign in to comment.