Skip to content

Commit

Permalink
Bump version to 1.8.17 and add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
odinserj committed Dec 3, 2024
1 parent 58ec10d commit 65a6e61
Show file tree
Hide file tree
Showing 4 changed files with 11 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.

# Please don't edit it manually, use the `build.bat version` command instead.
version: 1.8.16-build-0{build}
version: 1.8.17-build-0{build}

image:
- Visual Studio 2022
Expand Down
3 changes: 3 additions & 0 deletions nuspecs/Hangfire.SqlServer.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
Release notes are available in our blog https://www.hangfire.io/blog/
Please see https://docs.hangfire.io/en/latest/upgrade-guides/upgrading-to-hangfire-1.8.html to learn how to upgrade.
1.8.17
• Fixed – `InvalidCastException` while fetching a job with older schemas regression from 1.8.16.
1.8.16
• Changed – Use vanilla ADO.NET when fetching a job in the `SqlServerJobQueue` implementation.
• Fixed – SqlException: Must declare the scalar variable "@key" in delayed and recurring job schedulers.
Expand Down
6 changes: 6 additions & 0 deletions nuspecs/Hangfire.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ https://www.hangfire.io/
Release notes are available in our blog https://www.hangfire.io/blog/
Please see https://docs.hangfire.io/en/latest/upgrade-guides/upgrading-to-hangfire-1.8.html to learn how to upgrade.
1.8.17
Hangfire.SqlServer
• Fixed – `InvalidCastException` while fetching a job with older schemas regression from 1.8.16.
1.8.16
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)]

// Please don't edit it manually, use the `build.bat version` command instead.
[assembly: AssemblyVersion("1.8.16")]
[assembly: AssemblyVersion("1.8.17")]

0 comments on commit 65a6e61

Please sign in to comment.