Skip to content

Commit

Permalink
chore(deps): bump Temporalio.Extensions.OpenTelemetry and Temporalio (#…
Browse files Browse the repository at this point in the history
…64)

Bumps [Temporalio.Extensions.OpenTelemetry](https://github.com/temporalio/sdk-dotnet) and [Temporalio](https://github.com/temporalio/sdk-dotnet). These dependencies needed to be updated together.

Updates `Temporalio.Extensions.OpenTelemetry` from 1.0.0 to 1.1.1
- [Release notes](https://github.com/temporalio/sdk-dotnet/releases)
- [Commits](temporalio/sdk-dotnet@1.0.0...1.1.1)

Updates `Temporalio` from 1.1.0 to 1.1.1
- [Release notes](https://github.com/temporalio/sdk-dotnet/releases)
- [Commits](temporalio/sdk-dotnet@1.1.0...1.1.1)

---
updated-dependencies:
- dependency-name: Temporalio.Extensions.OpenTelemetry
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Temporalio
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Elan Hasson <[email protected]>
  • Loading branch information
dependabot[bot] and ElanHasson committed May 13, 2024
1 parent 02a99a4 commit 36aecf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/ServiceDefaults/ServiceDefaults.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PackageReference Include="OpenTelemetry.Instrumentation.Http" Version="1.8.1" />
<PackageReference Include="OpenTelemetry.Instrumentation.Runtime" Version="1.8.0" />
<PackageReference Include="Temporalio.Extensions.DiagnosticSource" Version="1.0.0" />
<PackageReference Include="Temporalio.Extensions.OpenTelemetry" Version="1.0.0" />
<PackageReference Include="Temporalio.Extensions.OpenTelemetry" Version="1.1.1" />
</ItemGroup>

</Project>

0 comments on commit 36aecf9

Please sign in to comment.