Skip to content

Commit 65a6e61

Browse files
committed
Bump version to 1.8.17 and add release notes
1 parent 58ec10d commit 65a6e61

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# - Section names should be unique on each level.
88

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

1212
image:
1313
- Visual Studio 2022

nuspecs/Hangfire.SqlServer.nuspec

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
Release notes are available in our blog https://www.hangfire.io/blog/
1818
Please see https://docs.hangfire.io/en/latest/upgrade-guides/upgrading-to-hangfire-1.8.html to learn how to upgrade.
1919
20+
1.8.17
21+
• Fixed – `InvalidCastException` while fetching a job with older schemas regression from 1.8.16.
22+
2023
1.8.16
2124
• Changed – Use vanilla ADO.NET when fetching a job in the `SqlServerJobQueue` implementation.
2225
• Fixed – SqlException: Must declare the scalar variable "@key" in delayed and recurring job schedulers.

nuspecs/Hangfire.nuspec

+6
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ https://www.hangfire.io/
2323
Release notes are available in our blog https://www.hangfire.io/blog/
2424
Please see https://docs.hangfire.io/en/latest/upgrade-guides/upgrading-to-hangfire-1.8.html to learn how to upgrade.
2525
26+
1.8.17
27+
28+
Hangfire.SqlServer
29+
30+
• Fixed – `InvalidCastException` while fetching a job with older schemas regression from 1.8.16.
31+
2632
1.8.16
2733
2834
Hangfire.Core

src/SharedAssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
[assembly: ComVisible(false)]
1010

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

0 commit comments

Comments
 (0)