diff --git a/appveyor.yml b/appveyor.yml index c3904cc..3412d48 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 diff --git a/nuspecs/Hangfire.InMemory.nuspec b/nuspecs/Hangfire.InMemory.nuspec index 727c6f3..3005312 100644 --- a/nuspecs/Hangfire.InMemory.nuspec +++ b/nuspecs/Hangfire.InMemory.nuspec @@ -13,6 +13,9 @@ Copyright © 2020-2023 Hangfire OÜ Hangfire Storage In-Memory 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. diff --git a/src/SharedAssemblyInfo.cs b/src/SharedAssemblyInfo.cs index 5825660..82bde33 100644 --- a/src/SharedAssemblyInfo.cs +++ b/src/SharedAssemblyInfo.cs @@ -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")]