Skip to content

Commit

Permalink
Update release notes for 1.8.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
odinserj committed Nov 23, 2022
1 parent cacbce0 commit baea57b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
3 changes: 3 additions & 0 deletions nuspecs/Hangfire.AspNetCore.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
<tags>hangfire aspnetcore</tags>
<releaseNotes>https://www.hangfire.io/blog/

1.8.0-rc2
• Breaking – Make the package to be dependent on Hangfire.NetCore to use the same types.

1.8.0-rc1
• Added – `IApplicationBuilder.UseHangfireServer` that accepts custom factory for `IBackgroundProcessingServer`.

Expand Down
3 changes: 2 additions & 1 deletion nuspecs/Hangfire.NetCore.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
<releaseNotes>https://www.hangfire.io/blog/

1.8.0-rc2
• Changed – Use `netstandard2.1` target instead of `netcoreapp3.0` for Hangfire.NetCore package.
• Added – `net451` and `netstandard1.3` targets for the package.
• Changed – Use `netstandard2.1` target instead of `netcoreapp3.0` for the package.

1.8.0-rc1
• Added – `IApplicationBuilder.UseHangfireServer` that accepts custom factory for `IBackgroundProcessingServer`.
Expand Down
7 changes: 6 additions & 1 deletion nuspecs/Hangfire.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,12 @@ Hangfire.SqlServer

Hangfire.NetCore

• Changed – Use `netstandard2.1` target instead of `netcoreapp3.0` for Hangfire.NetCore package.
• Added – `net451` and `netstandard1.3` targets for the package.
• Changed – Use `netstandard2.1` target instead of `netcoreapp3.0` for the package.

Hangfire.AspNetCore

• Breaking – Make the package to be dependent on Hangfire.NetCore to use the same types.

1.8.0-rc1

Expand Down

0 comments on commit baea57b

Please sign in to comment.