Skip to content

Commit

Permalink
Bump Temporalio from 1.1.1 to 1.1.2 (#75)
Browse files Browse the repository at this point in the history
Bumps [Temporalio](https://github.com/temporalio/sdk-dotnet) from 1.1.1 to 1.1.2.
- [Release notes](https://github.com/temporalio/sdk-dotnet/releases)
- [Commits](temporalio/sdk-dotnet@1.1.1...1.1.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Elan Hasson <234704+ElanHasson@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and ElanHasson authored Jul 15, 2024
1 parent 24bfd91 commit 659cbe4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sample/Api/Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

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

Expand Down
2 changes: 1 addition & 1 deletion sample/Worker/Worker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

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

Expand Down

0 comments on commit 659cbe4

Please sign in to comment.