Skip to content

Commit

Permalink
Bump version to 0.4.1 and add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
odinserj committed May 24, 2023
1 parent eb009ae commit 2868a0a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#---------------------------------#

# Don't edit manually! Use `build.bat version` command instead!
version: 0.4.0-build-0{build}
version: 0.4.1-build-0{build}

os: Visual Studio 2019

Expand Down
3 changes: 3 additions & 0 deletions nuspecs/Hangfire.InMemory.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
<copyright>Copyright © 2020-2023 Hangfire OÜ</copyright>
<tags>Hangfire Storage In-Memory</tags>
<releaseNotes>https://www.hangfire.io/blog/releases.html
0.4.1
• Fixed – "Awaiting Jobs" metric is now correctly populated with `Version180` compatibility level.

0.4.0
• Breaking – Package now depends on Hangfire.Core version 1.8.0.
• Breaking – Replace the `net45` target with `net451` one as the former is not supported.
Expand Down
2 changes: 1 addition & 1 deletion src/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
[assembly: CLSCompliant(true)]

// Please don't change it manually, use the `build.bat version` command instead.
[assembly: AssemblyVersion("0.4.0")]
[assembly: AssemblyVersion("0.4.1")]

0 comments on commit 2868a0a

Please sign in to comment.