Skip to content

Commit

Permalink
Update to beta 2
Browse files Browse the repository at this point in the history
  • Loading branch information
cretz committed Oct 30, 2023
1 parent bcb9d79 commit 6d6a83e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Temporalio" Version="0.1.0-beta1" />
<PackageReference Include="Temporalio.Extensions.Hosting" Version="0.1.0-beta1" />
<PackageReference Include="Temporalio.Extensions.OpenTelemetry" Version="0.1.0-beta1" />
<PackageReference Include="Temporalio" Version="0.1.0-beta2" />
<PackageReference Include="Temporalio.Extensions.DiagnosticSource" Version="0.1.0-beta2" />
<PackageReference Include="Temporalio.Extensions.Hosting" Version="0.1.0-beta2" />
<PackageReference Include="Temporalio.Extensions.OpenTelemetry" Version="0.1.0-beta2" />
<!--
Can also reference the SDK downloaded to a local directory:
<ProjectReference Include="$(MSBuildThisFileDirectory)..\temporal-sdk-dotnet\src\Temporalio\Temporalio.csproj" />
Expand Down

0 comments on commit 6d6a83e

Please sign in to comment.