Skip to content

Commit

Permalink
Bump version to 1.8.10 and add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
odinserj committed Feb 12, 2024
1 parent 2efff11 commit 0036237
Show file tree
Hide file tree
Showing 8 changed files with 56 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.9-build-0{build}
version: 1.8.10-build-0{build}

image:
- Visual Studio 2022
Expand Down
6 changes: 6 additions & 0 deletions nuspecs/Hangfire.AspNetCore.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
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.10
• Fixed – Don't check `HasStarted` in `Response.WriteAsync` to avoid breaking dispatchers.
• Project – Enable NuGet package and DLL signing with a company certificate.
• Project – Require NuGet package signature validation on restore for dependencies.
• Project – Add `HangfireIO` as a package owner.

1.8.9
• Fixed – Don't attempt to write response headers when response has already started (by @maliming).
• Project – Enable full source link support with embedded symbols and repository-based sources.
Expand Down
8 changes: 8 additions & 0 deletions nuspecs/Hangfire.Core.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ 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.10
• Changed – Added Norwegian translations for new keys (by @khellang).
• Changed – Update Brazilian Portuguese translation (by @HugoAlames).
• Changed – Bump Cronos dependency to version 0.8.3.
• Project – Enable NuGet package and DLL signing with a company certificate.
• Project – Require NuGet package signature validation on restore for dependencies.
• Project – Add `HangfireIO` as a package owner.

1.8.9
• Changed – Use `Environment.MachineName` as a server name if other environment vars aren't available.
• Changed – Bump the Cronos package version from 0.7.1 to 0.8.1.
Expand Down
5 changes: 5 additions & 0 deletions nuspecs/Hangfire.NetCore.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
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.10
• Project – Enable NuGet package and DLL signing with a company certificate.
• Project – Require NuGet package signature validation on restore for dependencies.
• Project – Add `HangfireIO` as a package owner.

1.8.9
• Project – Enable full source link support with embedded symbols and repository-based sources.
• Project – Enable repeatable package restore using a lock file.
Expand Down
5 changes: 5 additions & 0 deletions nuspecs/Hangfire.SqlServer.MSMQ.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
<copyright>Copyright © 2014-2024 Hangfire OÜ</copyright>
<tags>Hangfire SqlServer MSMQ</tags>
<releaseNotes>https://www.hangfire.io/blog/

1.8.10
• Project – Enable NuGet package and DLL signing with a company certificate.
• Project – Require NuGet package signature validation on restore for dependencies.
• Project – Add `HangfireIO` as a package owner.

1.8.9
• Project – Enable full source link support with embedded symbols and repository-based sources.
Expand Down
7 changes: 7 additions & 0 deletions nuspecs/Hangfire.SqlServer.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
<releaseNotes>
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.10
• Changed – Bump Dapper for the `netstandard2.0` platform to version 2.1.28.
• Changed – Bump Dapper for `net451` and `netstandard1.3` platforms to version 1.60.6.
• Project – Enable NuGet package and DLL signing with a company certificate.
• Project – Require NuGet package signature validation on restore for dependencies.
• Project – Add `HangfireIO` as a package owner.

1.8.9
• Project – Enable full source link support with embedded symbols and repository-based sources.
Expand Down
23 changes: 23 additions & 0 deletions nuspecs/Hangfire.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,29 @@ 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.10

Hangfire.Core

• Changed – Added Norwegian translations for new keys (by @khellang).
• Changed – Update Brazilian Portuguese translation (by @HugoAlames).
• Changed – Bump Cronos dependency to version 0.8.3.

Hangfire.AspNetCore

• Fixed – Don't check `HasStarted` in `Response.WriteAsync` to avoid breaking dispatchers.

Hangfire.SqlServer

• Changed – Bump Dapper for the `netstandard2.0` platform to version 2.1.28.
• Changed – Bump Dapper for `net451` and `netstandard1.3` platforms to version 1.60.6.

Hangfire.Core, Hangfire.NetCore, Hangfire.AspNetCore, Hangfire.SqlServer, Hangfire.SqlServer.Msmq

• Project – Enable NuGet package and DLL signing with a company certificate.
• Project – Require NuGet package signature validation on restore for dependencies.
• Project – Add `HangfireIO` as a package owner.

1.8.9

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.9")]
[assembly: AssemblyVersion("1.8.10")]

0 comments on commit 0036237

Please sign in to comment.