Skip to content

Commit 4456419

Browse files
committed
Bump version to 1.8.20 and add release notes
1 parent 01d5a34 commit 4456419

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# - Section names should be unique on each level.
88

99
# 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}
1111

1212
image:
1313
- Visual Studio 2022

nuspecs/Hangfire.Core.nuspec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ https://www.hangfire.io/
2323
Release notes are available in our blog https://www.hangfire.io/blog/
2424
Please see https://docs.hangfire.io/en/latest/upgrade-guides/upgrading-to-hangfire-1.8.html to learn how to upgrade.
2525
26+
1.8.20
27+
• Fixed – Glyphicons from Bootstrap are not displaying after upgrading to version 1.8.19.
28+
2629
1.8.19
2730
• Changed – Update Bootstrap to the custom version of 3.4.2 to avoid false alerts on unused features.
2831
• Fixed – Typos in Portuguese translation (by @VianaArthur).

nuspecs/Hangfire.nuspec

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ https://www.hangfire.io/
2323
Release notes are available in our blog https://www.hangfire.io/blog/
2424
Please see https://docs.hangfire.io/en/latest/upgrade-guides/upgrading-to-hangfire-1.8.html to learn how to upgrade.
2525
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+
2632
1.8.19
2733
2834
Hangfire.Core

src/SharedAssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
[assembly: ComVisible(false)]
1010

1111
// 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")]

0 commit comments

Comments
 (0)