Skip to content

Commit 60d6b3c

Browse files
committed
Bump version to 1.8.9 and update release notes
1 parent 5793b30 commit 60d6b3c

8 files changed

+8
-8
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.8-build-0{build}
10+
version: 1.8.9-build-0{build}
1111

1212
image:
1313
- Visual Studio 2022

nuspecs/Hangfire.AspNetCore.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
Release notes are available in our blog https://www.hangfire.io/blog/
1717
Please see https://docs.hangfire.io/en/latest/upgrade-guides/upgrading-to-hangfire-1.8.html to learn how to upgrade.
1818

19-
1.8.8
19+
1.8.9
2020
• Fixed – Don't attempt to write response headers when response has already started (by @maliming).
2121
• Project – Enable full source link support with embedded symbols and repository-based sources.
2222
• Project – Enable repeatable package restore using a lock file.

nuspecs/Hangfire.Core.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ https://www.hangfire.io/
2121
Release notes are available in our blog https://www.hangfire.io/blog/
2222
Please see https://docs.hangfire.io/en/latest/upgrade-guides/upgrading-to-hangfire-1.8.html to learn how to upgrade.
2323

24-
1.8.8
24+
1.8.9
2525
• Changed – Use `Environment.MachineName` as a server name if other environment vars aren't available.
2626
• Changed – Bump the Cronos package version from 0.7.1 to 0.8.1.
2727
• Changed – Improve portuguese translations (by @filipe-silva).

nuspecs/Hangfire.NetCore.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
Release notes are available in our blog https://www.hangfire.io/blog/
1717
Please see https://docs.hangfire.io/en/latest/upgrade-guides/upgrading-to-hangfire-1.8.html to learn how to upgrade.
1818

19-
1.8.8
19+
1.8.9
2020
• Project – Enable full source link support with embedded symbols and repository-based sources.
2121
• Project – Enable repeatable package restore using a lock file.
2222

nuspecs/Hangfire.SqlServer.MSMQ.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<tags>Hangfire SqlServer MSMQ</tags>
1515
<releaseNotes>https://www.hangfire.io/blog/
1616

17-
1.8.8
17+
1.8.9
1818
• Project – Enable full source link support with embedded symbols and repository-based sources.
1919
• Project – Enable repeatable package restore using a lock file.
2020

nuspecs/Hangfire.SqlServer.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
Release notes are available in our blog https://www.hangfire.io/blog/
1717
Please see https://docs.hangfire.io/en/latest/upgrade-guides/upgrading-to-hangfire-1.8.html to learn how to upgrade.
1818

19-
1.8.8
19+
1.8.9
2020
• Project – Enable full source link support with embedded symbols and repository-based sources.
2121
• Project – Enable repeatable package restore using a lock file.
2222
• Project – Run unit tests against the `net6.0` platform.

nuspecs/Hangfire.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ https://www.hangfire.io/
2222
Release notes are available in our blog https://www.hangfire.io/blog/
2323
Please see https://docs.hangfire.io/en/latest/upgrade-guides/upgrading-to-hangfire-1.8.html to learn how to upgrade.
2424

25-
1.8.8
25+
1.8.9
2626

2727
Hangfire.Core
2828

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.8")]
12+
[assembly: AssemblyVersion("1.8.9")]

0 commit comments

Comments
 (0)