Skip to content

Commit

Permalink
Release preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
cretz committed Dec 4, 2023
1 parent 70567e6 commit 8f94450
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
8 changes: 4 additions & 4 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
</PropertyGroup>

<ItemGroup>
<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" />
<PackageReference Include="Temporalio" Version="1.0.0" />
<PackageReference Include="Temporalio.Extensions.DiagnosticSource" Version="1.0.0" />
<PackageReference Include="Temporalio.Extensions.Hosting" Version="1.0.0" />
<PackageReference Include="Temporalio.Extensions.OpenTelemetry" Version="1.0.0" />
<!--
Can also reference the SDK downloaded to a local directory:
<ProjectReference Include="$(MSBuildThisFileDirectory)..\temporal-sdk-dotnet\src\Temporalio\Temporalio.csproj" />
Expand Down
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@

This is the set of .NET samples for the [.NET SDK](https://github.com/temporalio/sdk-dotnet).

⚠️ UNDER ACTIVE DEVELOPMENT

The .NET SDK and is under active development and has not released a stable version yet. APIs may change in incompatible
ways until the SDK is marked stable.

## Usage

Prerequisites:
Expand Down

0 comments on commit 8f94450

Please sign in to comment.