From 7c1309cb4acccb8ba59c75d7e5d24af9f04b863e Mon Sep 17 00:00:00 2001 From: Erwin Bovendeur Date: Tue, 2 Jul 2024 23:56:28 +0200 Subject: [PATCH] Released version 1.9.0 --- appveyor.yml | 4 +--- .../FaceIT.Hangfire.Tags.Mongo.csproj | 2 +- .../FaceIT.Hangfire.Tags.MySql.csproj | 2 +- .../FaceIT.Hangfire.Tags.PostgreSql.csproj | 2 +- .../FaceIT.Hangfire.Tags.Pro.Redis.csproj | 2 +- .../FaceIT.Hangfire.Tags.Redis.StackExchange.csproj | 2 +- .../FaceIT.Hangfire.Tags.SQLite.csproj | 2 +- .../FaceIT.Hangfire.Tags.SqlServer.csproj | 2 +- src/FaceIT.Hangfire.Tags/FaceIT.Hangfire.Tags.csproj | 2 +- 9 files changed, 9 insertions(+), 11 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 04c4efc..f1cb7f1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.7.0-{build} +version: 1.9.0-{build} os: Visual Studio 2022 @@ -9,7 +9,6 @@ environment: branches: only: - master - - hangfire_182 pull_requests: do_not_increment_build_number: true @@ -47,4 +46,3 @@ deploy: on: branch: - master - - hangfire_182 diff --git a/src/FaceIT.Hangfire.Tags.Mongo/FaceIT.Hangfire.Tags.Mongo.csproj b/src/FaceIT.Hangfire.Tags.Mongo/FaceIT.Hangfire.Tags.Mongo.csproj index 66feafd..4bd2501 100644 --- a/src/FaceIT.Hangfire.Tags.Mongo/FaceIT.Hangfire.Tags.Mongo.csproj +++ b/src/FaceIT.Hangfire.Tags.Mongo/FaceIT.Hangfire.Tags.Mongo.csproj @@ -5,7 +5,7 @@ false Erwin Bovendeur 2Face-IT B.V. - 1.9.0-beta.2 + 1.9.0 Support for MongoDB for Hangfire.Tags. This separate library is required in order to search for tags, and proper cleanup. https://github.com/face-it/Hangfire.Tags diff --git a/src/FaceIT.Hangfire.Tags.MySql/FaceIT.Hangfire.Tags.MySql.csproj b/src/FaceIT.Hangfire.Tags.MySql/FaceIT.Hangfire.Tags.MySql.csproj index dd17a67..2579b49 100644 --- a/src/FaceIT.Hangfire.Tags.MySql/FaceIT.Hangfire.Tags.MySql.csproj +++ b/src/FaceIT.Hangfire.Tags.MySql/FaceIT.Hangfire.Tags.MySql.csproj @@ -5,7 +5,7 @@ false Adam Taylor No-Lyfe Media - 1.9.0-beta.2 + 1.9.0 Support for MySql for Hangfire.Tags. This separate library is required in order to search for tags, and proper cleanup. https://github.com/face-it/Hangfire.Tags diff --git a/src/FaceIT.Hangfire.Tags.PostgreSql/FaceIT.Hangfire.Tags.PostgreSql.csproj b/src/FaceIT.Hangfire.Tags.PostgreSql/FaceIT.Hangfire.Tags.PostgreSql.csproj index 332174d..f23f8b2 100644 --- a/src/FaceIT.Hangfire.Tags.PostgreSql/FaceIT.Hangfire.Tags.PostgreSql.csproj +++ b/src/FaceIT.Hangfire.Tags.PostgreSql/FaceIT.Hangfire.Tags.PostgreSql.csproj @@ -5,7 +5,7 @@ false Yong Liu Medidata Solutions Inc - 1.9.7-beta.3 + 1.9.7 Support for PostgreSql for Hangfire.Tags. This separate library is required in order to search for tags, and proper cleanup. https://github.com/face-it/Hangfire.Tags diff --git a/src/FaceIT.Hangfire.Tags.Pro.Redis/FaceIT.Hangfire.Tags.Pro.Redis.csproj b/src/FaceIT.Hangfire.Tags.Pro.Redis/FaceIT.Hangfire.Tags.Pro.Redis.csproj index 4262ce5..7219163 100644 --- a/src/FaceIT.Hangfire.Tags.Pro.Redis/FaceIT.Hangfire.Tags.Pro.Redis.csproj +++ b/src/FaceIT.Hangfire.Tags.Pro.Redis/FaceIT.Hangfire.Tags.Pro.Redis.csproj @@ -6,7 +6,7 @@ false Erwin Bovendeur 2Face-IT B.V. - 3.0.0-beta.2 + 3.0.0 Support for Redis for Hangfire.Tags. This separate library is required in order to search for tags, and proper cleanup. https://github.com/face-it/Hangfire.Tags diff --git a/src/FaceIT.Hangfire.Tags.Redis.StackExchange/FaceIT.Hangfire.Tags.Redis.StackExchange.csproj b/src/FaceIT.Hangfire.Tags.Redis.StackExchange/FaceIT.Hangfire.Tags.Redis.StackExchange.csproj index c482bf0..12b687c 100644 --- a/src/FaceIT.Hangfire.Tags.Redis.StackExchange/FaceIT.Hangfire.Tags.Redis.StackExchange.csproj +++ b/src/FaceIT.Hangfire.Tags.Redis.StackExchange/FaceIT.Hangfire.Tags.Redis.StackExchange.csproj @@ -5,7 +5,7 @@ false Erwin Bovendeur 2Face-IT B.V. - 1.9.2-beta.3 + 1.9.2 Support for Redis for Hangfire.Tags. This separate library is required in order to search for tags, and proper cleanup. FaceIT.Hangfire.Tags.Redis.StackExchange diff --git a/src/FaceIT.Hangfire.Tags.SQLite/FaceIT.Hangfire.Tags.SQLite.csproj b/src/FaceIT.Hangfire.Tags.SQLite/FaceIT.Hangfire.Tags.SQLite.csproj index 40bc6eb..cb7e9df 100644 --- a/src/FaceIT.Hangfire.Tags.SQLite/FaceIT.Hangfire.Tags.SQLite.csproj +++ b/src/FaceIT.Hangfire.Tags.SQLite/FaceIT.Hangfire.Tags.SQLite.csproj @@ -5,7 +5,7 @@ false Erwin Bovendeur 2Face-IT B.V. - 1.9.0-beta.3 + 1.9.0 Support for SQLite for Hangfire.Tags. This separate library is required in order to search for tags, and proper cleanup. https://github.com/face-it/Hangfire.Tags diff --git a/src/FaceIT.Hangfire.Tags.SqlServer/FaceIT.Hangfire.Tags.SqlServer.csproj b/src/FaceIT.Hangfire.Tags.SqlServer/FaceIT.Hangfire.Tags.SqlServer.csproj index 085807e..82c2e7a 100644 --- a/src/FaceIT.Hangfire.Tags.SqlServer/FaceIT.Hangfire.Tags.SqlServer.csproj +++ b/src/FaceIT.Hangfire.Tags.SqlServer/FaceIT.Hangfire.Tags.SqlServer.csproj @@ -5,7 +5,7 @@ false Erwin Bovendeur faceit - 1.9.0-beta.3 + 1.9.0 Support for SQL Server for Hangfire.Tags. This seperate library is required in order to search for tags, and proper cleanup. https://github.com/face-it/Hangfire.Tags diff --git a/src/FaceIT.Hangfire.Tags/FaceIT.Hangfire.Tags.csproj b/src/FaceIT.Hangfire.Tags/FaceIT.Hangfire.Tags.csproj index dddc602..70eb07c 100644 --- a/src/FaceIT.Hangfire.Tags/FaceIT.Hangfire.Tags.csproj +++ b/src/FaceIT.Hangfire.Tags/FaceIT.Hangfire.Tags.csproj @@ -5,7 +5,7 @@ false Erwin Bovendeur faceit - 1.9.0-beta.5 + 1.9.0 Add tags to Hangfire backgroundjobs https://github.com/face-it/Hangfire.Tags