Skip to content

Commit

Permalink
Bump version to 1.7.21 and add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
odinserj committed Apr 12, 2021
1 parent 0e1db0d commit 6d03a5d
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# - Section names should be unique on each level.

# Don't edit manually! Use `build.bat version` command instead!
version: 1.7.20-build-0{build}
version: 1.7.21-build-0{build}

os: Visual Studio 2019

Expand Down
7 changes: 7 additions & 0 deletions nuspecs/Hangfire.Core.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ https://www.hangfire.io/

Please see https://docs.hangfire.io/en/latest/upgrade-guides/upgrading-to-hangfire-1.7.html to learn how to upgrade from 1.6.X.

1.7.21
• Changed – Upgrade jQuery from 2.1.4 to 2.2.4 in Dashboard UI.
• Changed – Upgrade Bootstrap from 3.3.5 to 3.3.7 in Dashboard UI.
• Changed – Upgrade Moment.js to 2.29.1 in Dashboard UI.
• Project – Update RazorGenerator.MsBuild package from 2.4.7 to version 2.5.0.
• Project – Update 7-Zip.CommandLine package from 9.20.0 to version 18.1.0.

1.7.20
• Added – Norwegian translations (by @khellang).
• Fixed – Correction on brazilian portuguese translations (by @Prestini).
Expand Down
4 changes: 4 additions & 0 deletions nuspecs/Hangfire.SqlServer.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@

Please see https://docs.hangfire.io/en/latest/upgrade-guides/upgrading-to-hangfire-1.7.html to learn how to upgrade from 1.6.X.

1.7.21
• Fixed – Ensure connection is released when exception is thrown when during lock release.
• Fixed – "A network-related or instance-specific error" when using `DisableConcurrentExecution` for long-running jobs.

1.7.20

Please see https://www.hangfire.io/blog/2021/03/19/hangfire-1.7.20.html for details, manual changes
Expand Down
15 changes: 15 additions & 0 deletions nuspecs/Hangfire.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,21 @@ https://www.hangfire.io/

Please see https://docs.hangfire.io/en/latest/upgrade-guides/upgrading-to-hangfire-1.7.html to learn how to upgrade from 1.6.X.

1.7.21

Hangfire.Core

• Changed – Upgrade jQuery from 2.1.4 to 2.2.4 in Dashboard UI.
• Changed – Upgrade Bootstrap from 3.3.5 to 3.3.7 in Dashboard UI.
• Changed – Upgrade Moment.js to 2.29.1 in Dashboard UI.
• Project – Update RazorGenerator.MsBuild package from 2.4.7 to version 2.5.0.
• Project – Update 7-Zip.CommandLine package from 9.20.0 to version 18.1.0.

Hangfire.SqlServer

• Fixed – Ensure connection is released when exception is thrown when during lock release.
• Fixed – "A network-related or instance-specific error" when using `DisableConcurrentExecution` for long-running jobs.

1.7.20

Hangfire.Core
Expand Down
2 changes: 1 addition & 1 deletion src/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
[assembly: ComVisible(false)]

// Don't edit manually! Use `build.bat version` command instead!
[assembly: AssemblyVersion("1.7.20")]
[assembly: AssemblyVersion("1.7.21")]

0 comments on commit 6d03a5d

Please sign in to comment.