Skip to content

Commit

Permalink
[Instrumentation.Hangfire] Support Hangfire 1.8 (#1202)
Browse files Browse the repository at this point in the history
  • Loading branch information
fred2u authored May 23, 2023
1 parent 35e4ca3 commit 22f7c56
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/OpenTelemetry.Instrumentation.Hangfire/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
([#1038](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/1038))
* Removes `AddHangfireInstrumentation` method with default configure default parameter.
([#1129](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/1129))
* Support Hangfire `1.8`.
([#1202](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/1202))

## 1.0.0-beta.4

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<SignAssembly>false</SignAssembly>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Hangfire.Core" Version="[1.7.0,1.8.0)" />
<PackageReference Include="Hangfire.Core" Version="[1.7.0,1.9.0)" />
<PackageReference Include="OpenTelemetry.Api" Version="$(OpenTelemetryCoreLatestVersion)" />
</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<SignAssembly>false</SignAssembly>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Hangfire.Core" Version="1.7.28" />
<PackageReference Include="Hangfire.Core" Version="1.8.1" />
<PackageReference Include="Hangfire.MemoryStorage" Version="1.7.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="$(MicrosoftNETTestSdkPkgVer)" />
<PackageReference Include="OpenTelemetry.Exporter.InMemory" Version="$(OpenTelemetryExporterInMemoryPkgVer)" />
Expand Down

0 comments on commit 22f7c56

Please sign in to comment.