Skip to content

Commit

Permalink
Released version 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-win committed Jul 2, 2024
1 parent a1a2a93 commit 7c1309c
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 11 deletions.
4 changes: 1 addition & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.7.0-{build}
version: 1.9.0-{build}

os: Visual Studio 2022

Expand All @@ -9,7 +9,6 @@ environment:
branches:
only:
- master
- hangfire_182

pull_requests:
do_not_increment_build_number: true
Expand Down Expand Up @@ -47,4 +46,3 @@ deploy:
on:
branch:
- master
- hangfire_182
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Authors>Erwin Bovendeur</Authors>
<Company>2Face-IT B.V.</Company>
<Version>1.9.0-beta.2</Version>
<Version>1.9.0</Version>
<Description>Support for MongoDB for Hangfire.Tags. This separate library is required in order to search for tags, and proper cleanup.</Description>
<Copyright />
<PackageProjectUrl>https://github.com/face-it/Hangfire.Tags</PackageProjectUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Authors>Adam Taylor</Authors>
<Company>No-Lyfe Media</Company>
<Version>1.9.0-beta.2</Version>
<Version>1.9.0</Version>
<Description>Support for MySql for Hangfire.Tags. This separate library is required in order to search for tags, and proper cleanup.</Description>
<Copyright />
<PackageProjectUrl>https://github.com/face-it/Hangfire.Tags</PackageProjectUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Authors>Yong Liu</Authors>
<Company>Medidata Solutions Inc</Company>
<Version>1.9.7-beta.3</Version>
<Version>1.9.7</Version>
<Description>Support for PostgreSql for Hangfire.Tags. This separate library is required in order to search for tags, and proper cleanup.</Description>
<Copyright />
<PackageProjectUrl>https://github.com/face-it/Hangfire.Tags</PackageProjectUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Authors>Erwin Bovendeur</Authors>
<Company>2Face-IT B.V.</Company>
<Version>3.0.0-beta.2</Version>
<Version>3.0.0</Version>
<Description>Support for Redis for Hangfire.Tags. This separate library is required in order to search for tags, and proper cleanup.</Description>
<Copyright />
<PackageProjectUrl>https://github.com/face-it/Hangfire.Tags</PackageProjectUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Authors>Erwin Bovendeur</Authors>
<Company>2Face-IT B.V.</Company>
<Version>1.9.2-beta.3</Version>
<Version>1.9.2</Version>
<Description>Support for Redis for Hangfire.Tags. This separate library is required in order to search for tags, and proper cleanup.</Description>
<Copyright />
<AssemblyName>FaceIT.Hangfire.Tags.Redis.StackExchange</AssemblyName>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Authors>Erwin Bovendeur</Authors>
<Company>2Face-IT B.V.</Company>
<Version>1.9.0-beta.3</Version>
<Version>1.9.0</Version>
<Description>Support for SQLite for Hangfire.Tags. This separate library is required in order to search for tags, and proper cleanup.</Description>
<Copyright />
<PackageProjectUrl>https://github.com/face-it/Hangfire.Tags</PackageProjectUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Authors>Erwin Bovendeur</Authors>
<Company>faceit</Company>
<Version>1.9.0-beta.3</Version>
<Version>1.9.0</Version>
<Description>Support for SQL Server for Hangfire.Tags. This seperate library is required in order to search for tags, and proper cleanup.</Description>
<Copyright />
<PackageProjectUrl>https://github.com/face-it/Hangfire.Tags</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion src/FaceIT.Hangfire.Tags/FaceIT.Hangfire.Tags.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Authors>Erwin Bovendeur</Authors>
<Company>faceit</Company>
<Version>1.9.0-beta.5</Version>
<Version>1.9.0</Version>
<Description>Add tags to Hangfire backgroundjobs</Description>
<Copyright />
<PackageProjectUrl>https://github.com/face-it/Hangfire.Tags</PackageProjectUrl>
Expand Down

0 comments on commit 7c1309c

Please sign in to comment.