File tree Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 7
7
# - Section names should be unique on each level.
8
8
9
9
# Please don't edit it manually, use the `build.bat version` command instead.
10
- version : 1.8.19 -build-0{build}
10
+ version : 1.8.20 -build-0{build}
11
11
12
12
image :
13
13
- Visual Studio 2022
Original file line number Diff line number Diff line change @@ -23,6 +23,9 @@ https://www.hangfire.io/
23
23
Release notes are available in our blog https://www.hangfire.io/blog/
24
24
Please see https://docs.hangfire.io/en/latest/upgrade-guides/upgrading-to-hangfire-1.8.html to learn how to upgrade.
25
25
26
+ 1.8.20
27
+ • Fixed – Glyphicons from Bootstrap are not displaying after upgrading to version 1.8.19.
28
+
26
29
1.8.19
27
30
• Changed – Update Bootstrap to the custom version of 3.4.2 to avoid false alerts on unused features.
28
31
• Fixed – Typos in Portuguese translation (by @VianaArthur).
Original file line number Diff line number Diff line change @@ -23,6 +23,12 @@ https://www.hangfire.io/
23
23
Release notes are available in our blog https://www.hangfire.io/blog/
24
24
Please see https://docs.hangfire.io/en/latest/upgrade-guides/upgrading-to-hangfire-1.8.html to learn how to upgrade.
25
25
26
+ 1.8.20
27
+
28
+ Hangfire.Core
29
+
30
+ • Fixed – Glyphicons from Bootstrap are not displaying after upgrading to version 1.8.19.
31
+
26
32
1.8.19
27
33
28
34
Hangfire.Core
Original file line number Diff line number Diff line change 9
9
[ assembly: ComVisible ( false ) ]
10
10
11
11
// Please don't edit it manually, use the `build.bat version` command instead.
12
- [ assembly: AssemblyVersion ( "1.8.19 " ) ]
12
+ [ assembly: AssemblyVersion ( "1.8.20 " ) ]
You can’t perform that action at this time.
0 commit comments