Skip to content

Commit

Permalink
chore(deps): bump Temporalio.Extensions.Hosting and Temporalio (#65)
Browse files Browse the repository at this point in the history
Bumps [Temporalio.Extensions.Hosting](https://github.com/temporalio/sdk-dotnet) and [Temporalio](https://github.com/temporalio/sdk-dotnet). These dependencies needed to be updated together.

Updates `Temporalio.Extensions.Hosting` 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.Hosting
  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>
  • Loading branch information
dependabot[bot] committed May 13, 2024
1 parent c987802 commit 02a99a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions sample/Api/Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Temporalio" Version="1.1.0" />
<PackageReference Include="Temporalio.Extensions.Hosting" Version="1.0.0" />
<PackageReference Include="Temporalio" Version="1.1.1" />
<PackageReference Include="Temporalio.Extensions.Hosting" Version="1.1.1" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions sample/Worker/Worker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
<PackageReference Include="Temporalio" Version="1.1.0" />
<PackageReference Include="Temporalio.Extensions.Hosting" Version="1.0.0" />
<PackageReference Include="Temporalio" Version="1.1.1" />
<PackageReference Include="Temporalio.Extensions.Hosting" Version="1.1.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 02a99a4

Please sign in to comment.