Skip to content

Commit baea57b

Browse files
committedNov 23, 2022
Update release notes for 1.8.0-rc2
1 parent cacbce0 commit baea57b

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed
 

‎nuspecs/Hangfire.AspNetCore.nuspec

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
<tags>hangfire aspnetcore</tags>
1616
<releaseNotes>https://www.hangfire.io/blog/
1717

18+
1.8.0-rc2
19+
• Breaking – Make the package to be dependent on Hangfire.NetCore to use the same types.
20+
1821
1.8.0-rc1
1922
• Added – `IApplicationBuilder.UseHangfireServer` that accepts custom factory for `IBackgroundProcessingServer`.
2023

‎nuspecs/Hangfire.NetCore.nuspec

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
<releaseNotes>https://www.hangfire.io/blog/
1717

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

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

‎nuspecs/Hangfire.nuspec

+6-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,12 @@ Hangfire.SqlServer
3838

3939
Hangfire.NetCore
4040

41-
• Changed – Use `netstandard2.1` target instead of `netcoreapp3.0` for Hangfire.NetCore package.
41+
• Added – `net451` and `netstandard1.3` targets for the package.
42+
• Changed – Use `netstandard2.1` target instead of `netcoreapp3.0` for the package.
43+
44+
Hangfire.AspNetCore
45+
46+
• Breaking – Make the package to be dependent on Hangfire.NetCore to use the same types.
4247

4348
1.8.0-rc1
4449

0 commit comments

Comments
 (0)