Skip to content

Commit

Permalink
Bump version to 1.8.18 and add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
odinserj committed Dec 16, 2024
1 parent 3a32121 commit eb72f83
Show file tree
Hide file tree
Showing 4 changed files with 17 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.17-build-0{build}
version: 1.8.18-build-0{build}

image:
- Visual Studio 2022
Expand Down
6 changes: 6 additions & 0 deletions nuspecs/Hangfire.Core.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.18
• Fixed – Issues with `CultureInfo`-related differences after upgrading to 1.8.15–1.8.17.
• Fixed – Don't leak `AsyncLocal` values from synchronous background job methods.
• Fixed – Don't throw an exception when passing the `Job.Args` property to the `Job` class' constructor.
• Project – Make the lock file usable for both .NET 8.0 and .NET 9.0 builds.
1.8.16
• Changed – Include fewer stack frames in exceptions come from `IServerFilter` implementations.
• Changed – Don't include file information in the `ExceptionDetails` property of a FailedState instance.
Expand Down
9 changes: 9 additions & 0 deletions nuspecs/Hangfire.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@ 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.18
Hangfire.Core
• Fixed – Issues with `CultureInfo`-related differences after upgrading to 1.8.15–1.8.17.
• Fixed – Don't leak `AsyncLocal` values from synchronous background job methods.
• Fixed – Don't throw an exception when passing the `Job.Args` property to the `Job` class' constructor.
• Project – Make the lock file usable for both .NET 8.0 and .NET 9.0 builds.
1.8.17
Hangfire.SqlServer
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.17")]
[assembly: AssemblyVersion("1.8.18")]

0 comments on commit eb72f83

Please sign in to comment.