File tree 3 files changed +11
-2
lines changed
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 15
15
<tags >hangfire aspnetcore</tags >
16
16
<releaseNotes >https://www.hangfire.io/blog/
17
17
18
+ 1.8.0-rc2
19
+ • Breaking – Make the package to be dependent on Hangfire.NetCore to use the same types.
20
+
18
21
1.8.0-rc1
19
22
• Added – `IApplicationBuilder.UseHangfireServer` that accepts custom factory for `IBackgroundProcessingServer`.
20
23
Original file line number Diff line number Diff line change 16
16
<releaseNotes >https://www.hangfire.io/blog/
17
17
18
18
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.
20
21
21
22
1.8.0-rc1
22
23
• Added – `IApplicationBuilder.UseHangfireServer` that accepts custom factory for `IBackgroundProcessingServer`.
Original file line number Diff line number Diff line change @@ -38,7 +38,12 @@ Hangfire.SqlServer
38
38
39
39
Hangfire.NetCore
40
40
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.
42
47
43
48
1.8.0-rc1
44
49
You can’t perform that action at this time.
0 commit comments