From 6e589cb95b668fd3aa4d57985bb8583199340df7 Mon Sep 17 00:00:00 2001 From: Jonas Gottschau Date: Mon, 11 Sep 2023 20:10:55 +0200 Subject: [PATCH] Update to v1.9.9 --- ChangeLog.md | 3 +++ .../Hangfire.Mongo.Sample.ASPNetCore.csproj | 4 ++-- .../Hangfire.Mongo.Sample.CosmosDB.csproj | 4 ++-- .../Hangfire.Mongo.Sample.NETCore.csproj | 2 +- src/Hangfire.Mongo.Tests/Hangfire.Mongo.Tests.csproj | 4 ++-- src/Hangfire.Mongo/Hangfire.Mongo.csproj | 9 +++------ 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 7b17f68..030d830 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,6 +1,9 @@ ## Change log +### v1.9.9 +- Fix Jobs queued directly when queue is specified when scheduling #359 + ### v1.9.8 (2023-08-14) - Update to Hangfire.Core 1.8.5 - Update to MongoDB.Driver 2.21.0 diff --git a/src/Hangfire.Mongo.Sample.ASPNetCore/Hangfire.Mongo.Sample.ASPNetCore.csproj b/src/Hangfire.Mongo.Sample.ASPNetCore/Hangfire.Mongo.Sample.ASPNetCore.csproj index 68eeec4..a2b6f6a 100644 --- a/src/Hangfire.Mongo.Sample.ASPNetCore/Hangfire.Mongo.Sample.ASPNetCore.csproj +++ b/src/Hangfire.Mongo.Sample.ASPNetCore/Hangfire.Mongo.Sample.ASPNetCore.csproj @@ -2,7 +2,7 @@ net6.0 - 1.9.8 + 1.9.9 MongoDB storage implementation for Hangfire (background job system for ASP.NET applications). Copyright © 2014-2019 Sergey Zwezdin, Martin Lobger, Jonas Gottschau Sergey Zwezdin, Martin Lobger, Jonas Gottschau @@ -23,7 +23,7 @@ - + diff --git a/src/Hangfire.Mongo.Sample.CosmosDB/Hangfire.Mongo.Sample.CosmosDB.csproj b/src/Hangfire.Mongo.Sample.CosmosDB/Hangfire.Mongo.Sample.CosmosDB.csproj index d1c67c0..ab8372b 100644 --- a/src/Hangfire.Mongo.Sample.CosmosDB/Hangfire.Mongo.Sample.CosmosDB.csproj +++ b/src/Hangfire.Mongo.Sample.CosmosDB/Hangfire.Mongo.Sample.CosmosDB.csproj @@ -2,7 +2,7 @@ net6.0 - 1.9.8 + 1.9.9 MongoDB storage implementation for Hangfire (background job system for ASP.NET applications). Copyright © 2014-2019 Sergey Zwezdin, Martin Lobger, Jonas Gottschau Sergey Zwezdin, Martin Lobger, Jonas Gottschau @@ -23,7 +23,7 @@ - + diff --git a/src/Hangfire.Mongo.Sample.NETCore/Hangfire.Mongo.Sample.NETCore.csproj b/src/Hangfire.Mongo.Sample.NETCore/Hangfire.Mongo.Sample.NETCore.csproj index dd6f77d..94e356e 100644 --- a/src/Hangfire.Mongo.Sample.NETCore/Hangfire.Mongo.Sample.NETCore.csproj +++ b/src/Hangfire.Mongo.Sample.NETCore/Hangfire.Mongo.Sample.NETCore.csproj @@ -4,7 +4,7 @@ Hangfire.Mongo.Sample.NETCore Exe Hangfire.Mongo.Sample.NETCore - 1.9.8 + 1.9.9 MongoDB storage implementation for Hangfire (background job system for ASP.NET applications). Copyright © 2014-2019 Sergey Zwezdin, Martin Lobger, Jonas Gottschau Sergey Zwezdin, Martin Lobger, Jonas Gottschau diff --git a/src/Hangfire.Mongo.Tests/Hangfire.Mongo.Tests.csproj b/src/Hangfire.Mongo.Tests/Hangfire.Mongo.Tests.csproj index f8fcf85..dec9d5a 100644 --- a/src/Hangfire.Mongo.Tests/Hangfire.Mongo.Tests.csproj +++ b/src/Hangfire.Mongo.Tests/Hangfire.Mongo.Tests.csproj @@ -29,8 +29,8 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/Hangfire.Mongo/Hangfire.Mongo.csproj b/src/Hangfire.Mongo/Hangfire.Mongo.csproj index bf16773..af95a36 100644 --- a/src/Hangfire.Mongo/Hangfire.Mongo.csproj +++ b/src/Hangfire.Mongo/Hangfire.Mongo.csproj @@ -1,6 +1,6 @@ - 1.9.8 + 1.9.9 netstandard2.0 $(NoWarn);CS0618 true @@ -21,11 +21,8 @@ Sergey Zwezdin, Jonas Gottschau MongoDB storage implementation for Hangfire (background job system for ASP.NET applications). Hangfire AspNet OWIN MongoDB CosmosDB Long-Running Background Fire-And-Forget Delayed Recurring Tasks Jobs Scheduler Threading Queues - 1.9.8 - - Update to Hangfire.Core 1.8.5 - - Update to MongoDB.Driver 2.21.0 - - Replaced Moq with NSubstitue because Sponsorlink. - - https://www.reddit.com/r/dotnet/comments/15ljdcc/does_moq_in_its_latest_version_extract_and_send/ + 1.9.9 + - Fix Jobs queued directly when queue is specified when scheduling #359 README.md