From 3a5c2b9223a8662e3922155c15cc84dbfc83d371 Mon Sep 17 00:00:00 2001 From: Jonas Gottschau Date: Thu, 4 Jan 2024 07:50:01 +0100 Subject: [PATCH] Update Dependencies (#379) --- ChangeLog.md | 4 ++++ .../Hangfire.Mongo.Sample.ASPNetCore.csproj | 10 +++++----- .../Hangfire.Mongo.Sample.CosmosDB.csproj | 10 +++++----- .../Hangfire.Mongo.Sample.NETCore.csproj | 6 +++--- src/Hangfire.Mongo.Tests/Hangfire.Mongo.Tests.csproj | 8 ++++---- src/Hangfire.Mongo/Hangfire.Mongo.csproj | 12 ++++++------ 6 files changed, 27 insertions(+), 23 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 2b7e997..55610de 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,6 +1,10 @@ ## Change log +### v1.9.16 +- Update to Hangfire 1.8.7 +- Update to MongoDB 2.23.1 + ### v1.9.15 - Fix Slow operations reported by Atlas #374 - Fix Dashboard does not show exception for retries #375 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 0288980..2e98649 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.15 + 1.9.16 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 @@ -21,12 +21,12 @@ - - + + - + - + \ No newline at end of file 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 5b23369..1cbc1a6 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.15 + 1.9.16 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 @@ -21,11 +21,11 @@ - - + + - + - + \ No newline at end of file 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 490a25c..f8919b3 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.15 + 1.9.16 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 @@ -19,8 +19,8 @@ - + - + \ No newline at end of file diff --git a/src/Hangfire.Mongo.Tests/Hangfire.Mongo.Tests.csproj b/src/Hangfire.Mongo.Tests/Hangfire.Mongo.Tests.csproj index 9806c2a..b5a86d5 100644 --- a/src/Hangfire.Mongo.Tests/Hangfire.Mongo.Tests.csproj +++ b/src/Hangfire.Mongo.Tests/Hangfire.Mongo.Tests.csproj @@ -28,14 +28,14 @@ - - + + - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/src/Hangfire.Mongo/Hangfire.Mongo.csproj b/src/Hangfire.Mongo/Hangfire.Mongo.csproj index fc2d1f6..7e99bc5 100644 --- a/src/Hangfire.Mongo/Hangfire.Mongo.csproj +++ b/src/Hangfire.Mongo/Hangfire.Mongo.csproj @@ -1,6 +1,6 @@ - 1.9.15 + 1.9.16 netstandard2.0 $(NoWarn);CS0618 true @@ -21,9 +21,9 @@ 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.15 - - Fix Slow operations reported by Atlas #374 - - Fix Dashboard does not show exception for retries #375 + 1.9.16 + - Update to Hangfire 1.8.7 + - Update to MongoDB 2.23.1 README.md @@ -35,7 +35,7 @@ - - + +